home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Context / Ansys.DEF < prev    next >
Text File  |  2004-02-19  |  139KB  |  2,927 lines

  1. ; PSPad clip definition file for Ansys 7.0
  2. ; author:  Novotny L. W., www.TOSHULIN.cz
  3. ; last revision 31. 12. 2003  21:01
  4. ;
  5. [*ABBR | Defines an abbreviation.]
  6. *ABBR,Abbr,String 
  7. [*AFUN | Specifies units for angular functions in parameter expressions.]
  8. *AFUN,Lab 
  9. [*ASK | Prompts the user to input a parameter value.]
  10. *ASK,Par,Query,DVAL 
  11. [*CFCLOS |"Closes the""command""file."]
  12. *CFCLOS 
  13. [*CFOPEN |"Opens a""command""file."]
  14. *CFOPEN,Fname,Ext,--,Loc 
  15. [*CFWRITE |"Writes an ANSYS command (or similar string) to a""command""file."]
  16. *CFWRITE,Command 
  17. [*CREATE | Opens (creates) a macro file.]
  18. *CREATE,Fname,Ext,-- 
  19. [*CYCLE | Bypasses commands within a do loop.]
  20. *CYCLE 
  21. [*DEL | Deletes a parameter or parameters (GUI).]
  22. *DEL,Val1,Val2 
  23. [*DIM | Defines an array parameter and its dimensions.]
  24. *DIM,Par,Type,IMAX,JMAX,KMAX,Var1,Var2,Var3 
  25. [*DO | Defines the beginning of a do loop.]
  26. *DO,Par,IVAL,FVAL,INC 
  27. [*ELSE | Separates the final if then else block.]
  28. *ELSE 
  29. [*ELSEIF | Separates an intermediate if then else block.]
  30. *ELSEIF,VAL1,Oper,VAL2 
  31. [*END | Closes a macro file.]
  32. *END 
  33. [*ENDDO | Ends a do loop and starts the looping action.]
  34. *ENDDO 
  35. [*ENDIF | Ends an if then else.]
  36. *ENDIF 
  37. [*EVAL | Evaluates hyperelastic constants.]
  38. *EVAL,ETYPE,EVPARM,CONST,XMIN,XMAX,XVAL,ECALC 
  39. [*EXIT | Exits a do loop.]
  40. *EXIT 
  41. [*GET | Retrieves a value and stores it as a scalar parameter or part of an array parameter.]
  42. *GET,Par,Entity,ENTNUM,Item1,IT1NUM,Item2,IT2NUM 
  43. [*GO | Causes a specified line on the input file to be read next.]
  44. *GO,Base 
  45. [*IF | Conditionally causes commands to be read.]
  46. *IF,VAL1,Oper1,VAL2,Base1,VAL3,Oper2,VAL4,Base2 
  47. [*LIST | Displays the contents of an external,coded file.]
  48. *LIST,Fname,Ext,-- 
  49. [*MFOURI | Calculates the coefficients for,or evaluates,a Fourier series.]
  50. *MFOURI,Oper,COEFF,MODE,ISYM,THETA,CURVE 
  51. [*MFUN | Copies or transposes an array parameter matrix.]
  52. *MFUN,ParR,Func,Par1 
  53. [*MOONEY | Calculates Mooney Rivlin hyperelastic constants from test data.]
  54. *MOONEY,STRAIN,STRESS,--,CONST,CALC,SORTSN,SORTSS,Fname,Ext 
  55. [*MOPER | Performs matrix operations on array parameter matrices.]
  56. *MOPER,ParR,Par1,Oper,Par2,Par3,kDim,Ratio,kOut 
  57. [*MSG | Writes an output message via the ANSYS message subroutine.]
  58. *MSG,Lab,VAL1,VAL2,VAL3,VAL4,VAL5,VAL6,VAL7,VAL8 
  59. [*MWRITE | Writes a matrix to a file in a formatted sequence.]
  60. *MWRITE,ParR,Fname,Ext,--,Label,n1,n2,n3 
  61. [*REPEAT | Repeats the previous command.]
  62. *REPEAT,NTOT,VINC1,VINC2,VINC3,VINC4,VINC5,VINC6,VINC7,VINC8,VINC9,VINC10,VINC11 
  63. [*SET | Assigns values to user named parameters.]
  64. *SET,Par,VALUE,VAL2,VAL3,VAL4,VAL5,VAL6,VAL7,VAL8,VAL9,VAL10 
  65. [*STATUS | Lists the current parameters and abbreviations.]
  66. *STATUS,Par,IMIN,IMAX,JMIN,JMAX,KMIN,KMAX 
  67. [*TOPER | Operates on table parameters.]
  68. *TOPER,ParR,Par1,Oper,Par2,FACT1,FACT2,CON1 
  69. [*TREAD | Reads data from an external file into a table array parameter.]
  70. *TREAD,Par,Fname,Ext,--,NSKIP 
  71. [*ULIB | Identifies a macro library file.]
  72. *ULIB,Fname,Ext,-- 
  73. [*USE | Executes a macro file.]
  74. *USE,Name,ARG1,ARG2,ARG3,ARG4,ARG5,ARG6,ARG7,ARG8,ARG9,AR10,AR11,AR12,AR13,AR14,AG15,AR16,AR17,AR18
  75. [*VABS | Applies the absolute value function to array parameters.]
  76. *VABS,KABSR,KABS1,KABS2,KABS3 
  77. [*VCOL | Specifies the number of columns in matrix operations.]
  78. *VCOL,NCOL1,NCOL2 
  79. [*VCUM | Allows array parameter results to add to existing results.]
  80. *VCUM,KEY 
  81. [*VEDIT | Allows numerical array parameters to be graphically edited.]
  82. *VEDIT,Par 
  83. [*VFACT | Applies a scale factor to array parameters.]
  84. *VFACT,FACTR,FACT1,FACT2,FACT3 
  85. [*VFILL | Fills an array parameter.]
  86. *VFILL,ParR,Func,CON1,CON2,CON3,CON4,CON5,CON6,CON7,CON8,CON9,CON10
  87. [*VFUN | Performs a function on a single array parameter.]
  88. *VFUN,ParR,Func,Par1,CON1,CON2,CON3 
  89. [*VGET | Retrieves values and stores them into an array parameter.]
  90. *VGET,ParR,Entity,ENTNUM,Item1,IT1NUM,Item2,IT2NUM,KLOOP 
  91. [*VITRP | Forms an array parameter by interpolation of a table.]
  92. *VITRP,ParR,ParT,ParI,ParJ,ParK 
  93. [*VLEN | Specifies the number of rows to be used in array parameter operations.]
  94. *VLEN,NROW,NINC 
  95. [*VMASK | Specifies an array parameter as a masking vector.]
  96. *VMASK,Par 
  97. [*VOPER | Operates on two array parameters.]
  98. *VOPER,ParR,Par1,Oper,Par2,CON1,CON2 
  99. [*VPLOT | Graphs columns (vectors) of array parameters.]
  100. *VPLOT,ParX,ParY,Y2,Y3,Y4,Y5,Y6,Y7,Y8 
  101. [*VPUT | Restores array parameter values into the ANSYS database.]
  102. *VPUT,ParR,Entity,ENTNUM,Item1,IT1NUM,Item2,IT2NUM,KLOOP 
  103. [*VREAD | Reads data and produces an array parameter vector or matrix.]
  104. *VREAD,ParR,Fname,Ext,--,Label,n1,n2,n3,NSKIP 
  105. [*VSCFUN | Determines properties of an array parameter.]
  106. *VSCFUN,ParR,Func,Par1 
  107. [*VSTAT | Lists the current specifications for the array parameters.]
  108. *VSTAT 
  109. [*VWRITE | Writes data to a file in a formatted sequence.]
  110. *VWRITE,Par1,Par2,Par3,Par4,Par5,Par6,Par7,Par8,Par9,Par10,Par11,Par12,Par13,Par14,Par15,Par16,Par17,Par18,Par19
  111. [/AN3D | Specifies 3 D annotation functions]
  112. /AN3D,Kywrd,KEY 
  113. [/ANFILE | Saves or resumes an animation sequence to or from a file.]
  114. /ANFILE,LAB,Fname,Ext,-- 
  115. [/ANGLE | Rotates the display about an axis.]
  116. /ANGLE,WN,THETA,Axis,KINCR 
  117. [/ANNOT | Activates graphics for annotating displays (GUI).]
  118. /ANNOT,Lab,VAL1,VAL2 
  119. [/ANUM | Specifies the annotation number,type,and hot spot (GUI).]
  120. /ANUM,NUM,TYPE,XHOT,YHOT 
  121. [/ASSIGN | Reassigns a file name to an ANSYS file identifier.]
  122. /ASSIGN,Ident,Fname,Ext,-- 
  123. [/AUTO |"Resets the focus and distance specifications to""automatically calculated."""]
  124. /AUTO,WN 
  125. [/AUX12 | Enters the radiation processor.]
  126. /AUX12 
  127. [/AUX15 | Enters the IGES file transfer processor.]
  128. /AUX15 
  129. [/AUX2 | Enters the binary file dumping processor.]
  130. /AUX2 
  131. [/AUX3 | Enters the results file editing processor.]
  132. /AUX3 
  133. [/AXLAB | Labels the X and Y axes on graph displays.]
  134. /AXLAB,Axis,Lab 
  135. [/BATCH |"Sets the program mode to""batch."""]
  136. /BATCH,Lab 
  137. [/CFORMAT | Controls the graphical display of alphanumeric character strings for parameters,components,assemblies,and tables.]
  138. /CFORMAT,NFIRST,NLAST 
  139. [/CLABEL | Specifies contour labeling.]
  140. /CLABEL,WN,KEY 
  141. [/CLEAR | Clears the database.]
  142. /CLEAR,Read 
  143. [/CLOG | Copies the session log file to a named file.]
  144. /CLOG,Fname,Ext,-- 
  145. [/CMAP | Changes an existing or creates a new color mapping table.]
  146. /CMAP,Fname,Ext,--,Kywrd,NCNTR 
  147. [/COLOR | Specifies the color mapping for various items.]
  148. /COLOR,Lab,Clab,N1,N2,NINC 
  149. [/COM | Places a comment in the output.]
  150. /COM,Comment 
  151. [/CONFIG | Assigns values to ANSYS configuration parameters.]
  152. /CONFIG,Lab,VALUE 
  153. [/CONTOUR | Specifies the uniform contour values on stress displays.]
  154. /CONTOUR,WN,NCONT,VMIN,VINC,VMAX 
  155. [/COPY | Copies a file.]
  156. /COPY,Fname1,Ext1,--,Fname2,Ext2,-- 
  157. [/CPLANE | Specifies the cutting plane for section and capped displays.]
  158. /CPLANE,KEY 
  159. [/CTYPE | Specifies the type of contour display.]
  160. /CTYPE,KEY,DOTD,DOTS,DSHP,TLEN 
  161. [/CVAL | Specifies non uniform contour values on stress displays.]
  162. /CVAL,WN,V1,V2,V3,V4,V5,V6,V7,V8 
  163. [/CWD | Changes the current working directory.]
  164. /CWD,DIRPATH 
  165. [/CYCEXPAND | Graphically expands displacements,stresses and strains of a cyclically symmetric model.]
  166. /CYCEXPAND,WN,OPTION,Value1,Value2 
  167. [/DELETE | Deletes a file.]
  168. /DELETE,Fname,Ext,-- 
  169. [/DEVDISP | Controls graphics device options.]
  170. /DEVDISP,Label,KEY 
  171. [/DEVICE | Controls graphics device options.]
  172. /DEVICE,Label,KEY 
  173. [/DIST | Specifies the viewing distance for magnifications and perspective.]
  174. /DIST,WN,DVAL,KFACT 
  175. [/DSCALE | Sets the displacement multiplier for displacement displays.]
  176. /DSCALE,WN,DMULT 
  177. [/DV3D | Sets 3 D device option modes.]
  178. /DV3D,Lab,Key 
  179. [/EDGE |"Displays only the""edges""of an object."]
  180. /EDGE,WN,KEY,ANGLE 
  181. [/EFACET | Specifies the number of facets per element edge for PowerGraphics displays.]
  182. /EFACET,NUM 
  183. [/EOF | Exits the file being read.]
  184. /EOF 
  185. [/ERASE | Specifies that the screen is to be erased before each display.]
  186. /ERASE 
  187. [/ESHAPE | Displays elements with shapes determined from the real constants or section definition.]
  188. /ESHAPE,SCALE 
  189. [/EXIT | Stops the run and returns control to the system.]
  190. /EXIT,Slab,Fname,Ext,-- 
  191. [/EXPAND | Allows the creation of a larger graphic display than represented by the actual finite element analysis model.]
  192. /EXPAND,Nrepeat1,Type1,Method1,DX1,DY1,DZ1,Nrepeat2,Type2,Method2,DX2,DY2,DZ2,Nrepeat3,Type3,Method3,DX3,DY3,DZ3 
  193. [/FACET | Specifies the facet representation used to form solid model displays.]
  194. /FACET,Lab 
  195. [/FDELE | Deletes a binary file after it is used.]
  196. /FDELE,Ident,Stat 
  197. [/FILNAME | Changes the Jobname for the analysis.]
  198. /FILNAME,Fname,Key 
  199. [/FOCUS | Specifies the focus point (center of the window).]
  200. /FOCUS,WN,XF,YF,ZF,KTRANS 
  201. [/FORMAT | Specifies format controls for tables.]
  202. /FORMAT,NDIGIT,Ftype,NWIDTH,DSIGNF,LINE,CHAR 
  203. [/FTYPE | Assigns an external or internal type to a binary file.]
  204. /FTYPE,Ident,Type 
  205. [/GCMD | Controls the type of element or graph display used for the GPLOT command.]
  206. /GCMD,WN,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6,Lab7,Lab8,Lab9,Lab10,Lab11,Lab12 
  207. [/GCOLUMN | Allows the user to apply a label to a specified curve.]
  208. /GCOLUMN,CURVE,STRING 
  209. [/GFILE | Specifies the pixel resolution on Z buffered graphics files.]
  210. /GFILE,SIZE 
  211. [/GFORMAT | Specifies the format for the graphical display of numbers.]
  212. /GFORMAT,Ftype,NWIDTH,DSIGNF 
  213. [/GLINE | Specifies the element outline style.]
  214. /GLINE,WN,STYLE 
  215. [/GMARKER | Specifies the curve marking style.]
  216. /GMARKER,CURVE,KEY,INCR 
  217. [/GO | Reactivates suppressed printout.]
  218. /GO 
  219. [/GOLIST | Reactivates the suppressed data input listing.]
  220. /GOLIST 
  221. [/GOPR | Reactivates suppressed printout.]
  222. /GOPR 
  223. [/GRAPHICS | Defines the type of graphics display.]
  224. /GRAPHICS,Key 
  225. [/GRESUME | Sets graphics settings to the settings on a file.]
  226. /GRESUME,Fname,Ext,-- 
  227. [/GRID | Selects the type of grid on graph displays.]
  228. /GRID,KEY 
  229. [/GROPT | Sets various line graph display options.]
  230. /GROPT,Lab,KEY 
  231. [/GRTYP | Selects single or multiple Y axes graph displays.]
  232. /GRTYP,KAXIS 
  233. [/GSAVE | Saves graphics settings to a file for later use.]
  234. /GSAVE,Fname,Ext,-- 
  235. [/GST | Turns Graphical Solution Tracking (GST) on or off.]
  236. /GST,Lab 
  237. [/GTHK | Sets line thicknesses for graph lines.]
  238. /GTHK,Label,THICK 
  239. [/GTYPE | Controls the entities that the GPLOT command displays.]
  240. /GTYPE,WN,LABEL,KEY 
  241. [/HEADER | Sets page and table heading print controls.]
  242. /HEADER,Header,Stitle,Idstmp,Notes,Colhed,Minmax 
  243. [/ICLWID | Scales the line width of circuit builder icons.]
  244. /ICLWID,FACTOR 
  245. [/ICSCALE | Scales the icon size for elements supported in the circuit builder.]
  246. /ICSCALE,WN,FACTOR 
  247. [/IMAGE | Allows graphics data to be captured and saved.]
  248. /IMAGE,Label,Fname,Ext,-- 
  249. [/INPUT | Switches the input file for the commands that follow.]
  250. /INPUT,Fname,Ext,--,LINE,LOG 
  251. [/INQUIRE | Returns system information to a parameter.]
  252. /INQUIRE,StrArray,FUNC 
  253. [/LARC | Creates annotation arcs (GUI).]
  254. /LARC,XCENTR,YCENTR,XLRAD,ANGLE1,ANGLE2 
  255. [/LIGHT | Specifies the light direction for the display window.]
  256. /LIGHT,WN,NUM,INT,XV,YV,ZV,REFL 
  257. [/LINE | Creates annotation lines (GUI).]
  258. /LINE,X1,Y1,X2,Y2 
  259. [/LSPEC | Specifies annotation line attributes (GUI).]
  260. /LSPEC,LCOLOR,LINSTL,XLNWID 
  261. [/LSYMBOL | Creates annotation symbols (GUI).]
  262. /LSYMBOL,X,Y,SYMANG,SYMTYP,SYMSIZ,KEYBMP 
  263. [/MENU | Activates the Graphical User Interface (GUI).]
  264. /MENU,Key 
  265. [/MPLIB | Sets the default material library read and write paths.]
  266. /MPLIB,R-W_opt,PATH 
  267. [/MREP |"Enables you to reissue the graphics command macro""name""during a replot or zoom operation."]
  268. /MREP,NAME,ARG1,ARG2,ARG3,ARG4,ARG5,ARG6,ARG7,ARG8,ARG9,ARG10,ARG11,ARG12,ARG13,ARG14,ARG15,ARG16,ARG17,ARG18 
  269. [/MSTART | Controls the initial GUI components.]
  270. /MSTART,Label,KEY 
  271. [/NERR | Limits the number of warning and error messages displayed.]
  272. /NERR,NMERR,NMABT,--,IFKEY 
  273. [/NOERASE | Prevents the screen erase between displays.]
  274. /NOERASE 
  275. [/NOLIST | Suppresses the data input listing.]
  276. /NOLIST 
  277. [/NOPR | Suppresses the expanded interpreted input data listing.]
  278. /NOPR 
  279. [/NORMAL | Allows displaying area elements by top or bottom faces.]
  280. /NORMAL,WN,KEY 
  281. [/NUMBER | Specifies whether numbers,colors,or both are used for displays.]
  282. /NUMBER,NKEY 
  283. [/OPT | Enters the design optimizer.]
  284. /OPT 
  285. [/OUTPUT | Redirects text output to a file or to the screen.]
  286. /OUTPUT,Fname,Ext,--,Loc 
  287. [/PAGE | Defines the printout and screen page size.]
  288. /PAGE,ILINE,ICHAR,BLINE,BCHAR 
  289. [/PBC | Shows boundary condition symbols and values on displays.]
  290. /PBC,Item,--,KEY,MIN,MAX,ABS 
  291. [/PBF | Shows magnitude of body force loads on displays.]
  292. /PBF,Item,--,KEY 
  293. [/PCIRCLE | Creates an annotation circle (GUI).]
  294. /PCIRCLE,XCENTR,YCENTR,XLRAD 
  295. [/PCOPY | Automatically generates hard copies for HP Unix work stations.]
  296. /PCOPY,KEY 
  297. [/PDS | Enters the probabilistic design system.]
  298. /PDS 
  299. [/PICE | Shows initial conditions on elements as contours on displays.]
  300. /PICE,Item,--,KEY 
  301. [/PLOPTS | Controls graphics options on subsequent displays.]
  302. /PLOPTS,Label,KEY 
  303. [/PMACRO | Specifies that macro contents be written to the session log file.]
  304. /PMACRO 
  305. [/PMETH | Activates the p method solution options in the Graphical User Interface (GUI).]
  306. /PMETH,Key,OPTION 
  307. [/PMORE | Creates an annotation polygon (GUI).]
  308. /PMORE,--,X5,Y5,X6,Y6,X7,Y7,X8,Y8 
  309. [/PNUM | Controls entity numbering/coloring on plots.]
  310. /PNUM,Label,KEY 
  311. [/POLYGON | Creates annotation polygons (GUI).]
  312. /POLYGON,NVERT,X1,Y1,X2,Y2,X3,Y3,X4,Y4 
  313. [/POST1 | Enters the database results postprocessor.]
  314. /POST1 
  315. [/POST26 | Enters the time history results postprocessor.]
  316. /POST26 
  317. [/PREP7 | Enters the model creation preprocessor.]
  318. /PREP7 
  319. [/PSEARCH |"Specifies a directory to be searched for""unknown command""macro files."]
  320. /PSEARCH,Pname 
  321. [/PSF | Shows surface load symbols on model displays.]
  322. /PSF,Item,Comp,KEY,KSHELL,Color 
  323. [/PSPEC | Creates annotation polygon attributes (GUI).]
  324. /PSPEC,PCOLOR,KFILL,KBORDR 
  325. [/PSTATUS | Displays the global or window display specifications.]
  326. /PSTATUS,WN 
  327. [/PSYMB | Shows various symbols on displays.]
  328. /PSYMB,Label,KEY 
  329. [/PWEDGE | Creates an annotation wedge (GUI).]
  330. /PWEDGE,XCENTR,YCENTR,XLRAD,ANGLE1,ANGLE2 
  331. [/QUIT | Exits a processor.]
  332. /QUIT 
  333. [/RATIO | Distorts the object geometry.]
  334. /RATIO,WN,RATOX,RATOY 
  335. [/RENAME | Renames a file.]
  336. /RENAME,Fname1,Ext1,--,Fname2,Ext2,-- 
  337. [/REPLOT | Automatically reissues the last display command for convenience.]
  338. /REPLOT,Label 
  339. [/RESET | Resets display specifications to their initial defaults.]
  340. /RESET 
  341. [/RGB | Specifies the RGB color values for indices and contours.]
  342. /RGB,Kywrd,PRED,PGRN,PBLU,N1,N2,NINC,NCNTR
  343. [/RUNST | Enters the run statistics processor.]
  344. /RUNST 
  345. [/SECLIB | Library pathsdefining for SECREAD commandSets the default section library path for the SECREAD command.]
  346. /SECLIB,Option,Path 
  347. [/SEG | Allows graphics data to be stored in the local terminal memory.]
  348. /SEG,Label,Aviname,DELAY 
  349. [/SHADE | Defines the type of surface shading used with Z buffering.]
  350. /SHADE,WN,Type 
  351. [/SHOW | Specifies the device and other parameters for graphics displays.]
  352. /SHOW,Fname,Ext,VECT,NCPL 
  353. [/SHOWDISP | Defines the display driver name.]
  354. /SHOWDISP,Dname,--,--,NCPL 
  355. [/SHRINK | Shrinks elements,lines,areas,and volumes for display clarity.]
  356. /SHRINK,RATIO 
  357. [/SMBC | Controls the display of solid model boundary condition symbols and labels.]
  358. /SMBC,Mode 
  359. [/SOLU | Enters the solution processor.]
  360. /SOLU 
  361. [/SSCALE | Sets the contour multiplier for topographic displays.]
  362. /SSCALE,WN,SMULT 
  363. [/STATUS | Lists the status of items for the run.]
  364. /STATUS,Lab 
  365. [/STITLE | Defines subtitles.]
  366. /STITLE,NLINE,Title 
  367. [/SYP | Passes a command string and arguments to the operating system.]
  368. /SYP,String,ARG1,ARG2,ARG3,ARG4,ARG5,ARG6,ARG7,ARG8
  369. [/SYS | Passes a command string to the operating system.]
  370. /SYS,String 
  371. [/TEE | Writes a list of commands to a specified file at the same time that the commands are being executed.]
  372. /TEE,Label,Fname,Ext,-- 
  373. [/TITLE | Defines a main title.]
  374. /TITLE,Title 
  375. [/TLABEL | Creates annotation text (GUI).]
  376. /TLABEL,XLOC,YLOC,Text 
  377. [/TRIAD | Shows the global XYZ coordinate triad on displays.]
  378. /TRIAD,Lab 
  379. [/TRLCY | Specifies the level of translucency.]
  380. /TRLCY,Lab,TLEVEL,N1,N2,NINC
  381. [/TSPEC | Creates annotation text attributes (GUI).]
  382. /TSPEC,TCOLOR,TSIZE,TXTHIC,PANGLE,IANGLE
  383. [/TXTRE | Controls application of texture to selected items.]
  384. /TXTRE,Lab,NUM,N1,N2,NINC
  385. [/TYPE | Defines the type of display.]
  386. /TYPE,WN,Type 
  387. [/UCMD | Assigns a user defined command name.]
  388. /UCMD,Cmd,SRNUM 
  389. [/UDOC | Determines position and content for the multi legend options.]
  390. /UDOC,Wind,Class,Key,
  391. [/UI | Activates specified GUI dialog boxes.]
  392. /UI,Func,Type,Format,Screen,Color,Krev,Orient,Compress,Quality
  393. [/UIS | Controls the GUI behavior.]
  394. /UIS,Label,VALUE 
  395. [/UNITS | Annotates the database with the system of units used.]
  396. /UNITS,Label,LENFACT,MASSFACT,TIMEFACT,TEMPFACT,TOFFSET,CHARGEFACT,FORCEFACT,HEATFACT
  397. [/USER | Conveniently resets /FOCUS and /DIST to USER.]
  398. /USER,WN 
  399. [/VCONE | Defines the view cone angle for perspective displays.]
  400. /VCONE,WN,PHI 
  401. [/VIEW | Defines the viewing direction for the display.]
  402. /VIEW,WN,XV,YV,ZV 
  403. [/VSCALE | Scales the length of displayed vectors.]
  404. /VSCALE,WN,VRATIO,KEY 
  405. [/VUP | Specifies the global Cartesian coordinate system reference orientation.]
  406. /VUP,WN,Label 
  407. [/WAIT | Causes a delay before the reading of the next command.]
  408. /WAIT,DTIME 
  409. [/WINDOW | Defines the window size on the screen.]
  410. /WINDOW,WN,XMIN,XMAX,YMIN,YMAX,NCOPY 
  411. [/XFRM | Controls the centroid or the axis of dynamic rotation.]
  412. /XFRM,LAB,X1,Y1,Z1,X2,Y2,Z2 
  413. [/XRANGE | Specifies a linear abscissa (X) scale range.]
  414. /XRANGE,XMIN,XMAX 
  415. [/YRANGE | Specifies a linear ordinate (Y) scale range.]
  416. /YRANGE,YMIN,YMAX,NUM 
  417. [/ZOOM | Zooms a region of a display window.]
  418. /ZOOM,WN,Lab,X1,Y1,X2,Y2 
  419. [~CAT5IN | Transfers a .CATPart file into the ANSYS program.]
  420. ~CAT5IN,Name,Extension,Path,Entity,FMT,NOCL,NOAN 
  421. [~CATIAIN | Transfers a CATIA model into the ANSYS program.]
  422. ~CATIAIN,Name,Extension,Path,- -,- -,BLANK,- - 
  423. [~CIFIN | Transfers an electronic layer geometry file in CIF format into the ANSYS program.]
  424. ~CIFIN,Filename,Ext,Dir,Scale,Offset 
  425. [~HEAL |"""Heal""a CAD file,then read it into ANSYS."]
  426. ~HEAL,Name,Extension,Path,Method,Check 
  427. [~PARAIN | Transfers a Parasolid file into the ANSYS program.]
  428. ~PARAIN,Name,Extension,Path,Entity,FMT,Scale 
  429. [~PROEIN | Transfers a Pro/ENGINEER part into the ANSYS program.]
  430. ~PROEIN,Name,Extension,Path,Proecomm,FMT 
  431. [~SATIN | Transfers a .SAT file into the ANSYS program.]
  432. ~SATIN,Name,Extension,Path,Entity,FMT,NOCL,NOAN 
  433. [~UGIN | Transfers a Unigraphics part into the ANSYS program.]
  434. ~UGIN,Name,Extension,Path,Entity,LAYER,FMT 
  435. [A | Defines an area by connecting keypoints.]
  436. A,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18 
  437. [AADD | Adds separate areas to create a single area.]
  438. AADD,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  439. [AATT | Associates element attributes with the selected,unmeshed areas.]
  440. AATT,MAT,REAL,TYPE,ESYS,SECN 
  441. [ABBRES | Reads abbreviations from a coded file.]
  442. ABBRES,Lab,Fname,Ext,-- 
  443. [ABBSAV | Writes the current abbreviation set to a coded file.]
  444. ABBSAV,Lab,Fname,Ext,-- 
  445. [ABS | Forms the absolute value of a variable.]
  446. ABS,IR,IA,--,--,Name,--,--,FACTA 
  447. [ACCAT | Concatenates multiple areas in preparation for mapped meshing.]
  448. ACCAT,NA1,NA2 
  449. [ACEL | Specifies the linear acceleration of the structure.]
  450. ACEL,ACELX,ACELY,ACELZ 
  451. [ACLEAR | Deletes nodes and area elements associated with selected areas.]
  452. ACLEAR,NA1,NA2,NINC 
  453. [ADAMS | Performs solutions and writes flexible body information to a modal neutral file (Jobname.MNF) for use in an ADAMS analysis.]
  454. ADAMS,NMODES,KSTRESS,KSHELL 
  455. [ADAPT | Adaptively meshes and solves a model.]
  456. ADAPT,NSOLN,STARGT,TTARGT,FACMN,FACMX,KYKPS,KYMAC 
  457. [ADD | Adds variables.]
  458. ADD,IR,IA,IB,IC,Name,--,--,FACTA,FACTB,FACTC 
  459. [ADDAM | Specifies the acceleration spectrum computation constants for the analysis of shock resistance of shipboard structures.]
  460. ADDAM,AF,AA,AB,AC,AD,AMIN 
  461. [ADELE | Deletes unmeshed areas.]
  462. ADELE,NA1,NA2,NINC,KSWP 
  463. [ADGL | Lists keypoints of an area that lie on a parametric degeneracy.]
  464. ADGL,NA1,NA2,NINC 
  465. [ADRAG | Generates areas by dragging a line pattern along a path.]
  466. ADRAG,NL1,NL2,NL3,NL4,NL5,NL6,NLP1,NLP2,NLP3,NLP4,NLP5,NLP6
  467. [AESIZE | Specifies the element size to be meshed onto areas.]
  468. AESIZE,ANUM,SIZE,
  469. [AFILLT | Generates a fillet at the intersection of two areas.]
  470. AFILLT,NA1,NA2,RAD 
  471. [AFLIST | Lists the current data in the database.]
  472. AFLIST 
  473. [AFSURF | Generates surface elements overlaid on the surface of existing solid elements and assigns the extra node as the closest fluid element node.]
  474. AFSURF,SAREA,TLINE 
  475. [AGEN | Generates additional areas from a pattern of areas.]
  476. AGEN,ITIME,NA1,NA2,NINC,DX,DY,DZ,KINC,NOELEM,IMOVE 
  477. [AGLUE |"Generates new areas by""gluing""areas."]
  478. AGLUE,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  479. [AINA | Finds the intersection of areas.]
  480. AINA,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  481. [AINP | Finds the pairwise intersection of areas.]
  482. AINP,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  483. [AINV | Finds the intersection of an area with a volume.]
  484. AINV,NA,NV 
  485. [AL | Generates an area bounded by previously defined lines.]
  486. AL,L1,L2,L3,L4,L5,L6,L7,L8,L9,L10 
  487. [ALIST | Lists the defined areas.]
  488. ALIST,NA1,NA2,NINC,Lab 
  489. [ALLSEL | Selects all entities with a single command.]
  490. ALLSEL,LabT,Entity 
  491. [ALPFILL | Fills in an area loop within an existing 2 D area (for models imported from CAD files).]
  492. ALPFILL,LN1,LN2,LN3,LN4,LN5,LN6,LN7,LN8,LN9,LN10 
  493. [ALPHAD | Defines the mass matrix multiplier for damping.]
  494. ALPHAD,VALUE 
  495. [AMAP | Generates a 2 D mapped mesh based on specified area corners.]
  496. AMAP,AREA,KP1,KP2,KP3,KP4 
  497. [AMESH | Generates nodes and area elements within areas.]
  498. AMESH,NA1,NA2,NINC 
  499. [ANCNTR | Produces an animated sequence of a contoured deformed shape.]
  500. ANCNTR,NFRAM,DELAY,NCYCL 
  501. [ANCUT | Produces an animated sequence of Q slices.]
  502. ANCUT,NFRAM,DELAY,NCYCL,QOFF,KTOP,TOPOFF,NODE1,NODE2,NODE3 
  503. [ANCYC | Applies a traveling wave animation to graphics data in a modal cyclic symmetry analysis.]
  504. ANCYC,NUMFRAMES,KCYCL,DELAY 
  505. [ANDATA | Produces a sequential contour animation over a range of results data.]
  506. ANDATA,DELAY,NCYCL,RSLTDAT,MIN,MAX,INCR,FRCLST,AUTOCNTRKY 
  507. [ANDSCL | Produces an animated sequence of a deformed shape.]
  508. ANDSCL,NFRAM,DELAY,NCYCL 
  509. [ANDYNA | Produces an animated sequence of contour values through substeps.]
  510. ANDYNA,DELAY,NCYCL,START,END,INC,AUTOCONTOURKEY 
  511. [ANFLOW | Produces an animated sequence of particle flow in a flowing fluid or a charged particle traveling in an electric or magnetic field.]
  512. ANFLOW,NFRAM,DELAY,NCYCL,TIME,SPACING,SIZE,LENGTH 
  513. [ANHARM | Produces a time transient animated sequence of time harmonic results (ANTYPE,HARMIC).]
  514. ANHARM,NFRAM,DELAY,NCYCL 
  515. [ANIM | Displays graphics data in animated form.]
  516. ANIM,NCYCL,KCYCL,DELAY 
  517. [ANISOS | Produces an animated sequence of an isosurface.]
  518. ANISOS,NFRAM,DELAY,NCYCL 
  519. [ANMODE | Produces an animated sequence of a mode shape.]
  520. ANMODE,NFRAM,DELAY,NCYCL,KACCEL 
  521. [ANMRES | Performs animation of results over multiple results files in an explicit dynamic analysis.]
  522. ANMRES,DELAY,MIN,MAX,INC,AUTOCNTRKY,FREQ 
  523. [ANORM | Reorients area normals.]
  524. ANORM,ANUM,NOEFLIP 
  525. [ANSOL | Specifies averaged nodal data to be stored from the results file in the solution coordinate system.]
  526. ANSOL,NVAR,NODE,Item,Comp,Name,Mat,Real,Ename 
  527. [ANTIME | Produces a sequential contour animation over a range of time.]
  528. ANTIME,NFRAM,DELAY,NCYCL,AUTOCNTRKY,RSLTDAT,MIN,MAX 
  529. [ANTYPE | Specifies the analysis type and restart status.]
  530. ANTYPE,Antype,Status,LDSTEP,SUBSTEP,Action 
  531. [AOFFST | Generates an area,offset from a given area.]
  532. AOFFST,NAREA,DIST,KINC 
  533. [AOVLAP | Overlaps areas.]
  534. AOVLAP,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  535. [APLOT | Displays the selected areas.]
  536. APLOT,NA1,NA2,NINC,DEGEN,SCALE 
  537. [APPEND | Reads data from the results file and appends it to the database.]
  538. APPEND,LSTEP,SBSTEP,FACT,KIMG,TIME,ANGLE,NSET 
  539. [APTN | Partitions areas.]
  540. APTN,NA1,NA2,NA3,NA4,NA5,NA6,NA7,NA8,NA9 
  541. [ARCLEN | Activates the arc length method.]
  542. ARCLEN,Key,MAXARC,MINARC 
  543. [ARCOLLAPSE | Collapses specified area to a specified line segment (for models imported from CAD files).]
  544. ARCOLLAPSE,AREA,LINE 
  545. [ARCTRM | Controls termination of the arc length solution.]
  546. ARCTRM,Lab,VAL,NODE,DOF 
  547. [ARDETACH | Detaches areas from neighboring geometrical entities (for models imported from CAD files).]
  548. ARDETACH,AREA1,AREA2,AINC 
  549. [AREAS |"Specifies""Areas""as the subsequent status topic."]
  550. AREAS 
  551. [AREFINE | Refines the mesh around specified areas.]
  552. AREFINE,NA1,NA2,NINC,LEVEL,DEPTH,POST,RETAIN 
  553. [AREVERSE | Reverses the normal of an area,regardless of its connectivity or mesh status.]
  554. AREVERSE,ANUM,NOEFLIP 
  555. [ARFILL | Creates an area based on a set of singly connected lines (for models imported from CAD files).]
  556. ARFILL,LN1,LN2,LN3,LN4,LN5,LN6,LN7,LN8,LN9,LN10 
  557. [ARMERGE | Merges two or more singly connected adjacent areas (for models imported from CAD files).]
  558. ARMERGE,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10 
  559. [AROTAT | Generates cylindrical areas by rotating a line pattern about an axis.]
  560. AROTAT,NL1,NL2,NL3,NL4,NL5,NL6,PAX1,PAX2,ARC,NSEG 
  561. [ARSCALE | Generates a scaled set of areas from a pattern of areas.]
  562. ARSCALE,NA1,NA2,NINC,RX,RY,RZ,KINC,NOELEM,IMOVE 
  563. [ARSPLIT | Splits an area between two keypoints (for models imported from CAD files).]
  564. ARSPLIT,AREA,KP1,KP2,TOL,Factor 
  565. [ARSYM | Generates areas from an area pattern by symmetry reflection.]
  566. ARSYM,Ncomp,NA1,NA2,NINC,KINC,NOELEM,IMOVE 
  567. [ASBA | Subtracts areas from areas.]
  568. ASBA,NA1,NA2,SEPO,KEEP1,KEEP2 
  569. [ASBL | Subtracts lines from areas.]
  570. ASBL,NA,NL,--,KEEPA,KEEPL 
  571. [ASBV | Subtracts volumes from areas.]
  572. ASBV,NA,NV,SEPO,KEEPA,KEEPV 
  573. [ASBW | Subtracts the intersection of the working plane from areas (divides areas).]
  574. ASBW,NA,SEPO,KEEP 
  575. [ASEL | Selects a subset of areas.]
  576. ASEL,Type,Item,Comp,VMIN,VMAX,VINC,KSWP 
  577. [ASKIN |"Generates an area by""skinning""a surface through guiding lines."]
  578. ASKIN,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  579. [ASLL | Selects those areas containing the selected lines.]
  580. ASLL,Type,ARKEY 
  581. [ASLV | Selects those areas contained in the selected volumes.]
  582. ASLV,Type 
  583. [ASUB | Generates an area using the shape of an existing area.]
  584. ASUB,NA1,P1,P2,P3,P4 
  585. [ASUM | Calculates and prints geometry statistics of the selected areas.]
  586. ASUM,LAB 
  587. [ATAN | Forms the arctangent of a complex variable.]
  588. ATAN,IR,IA,--,--,Name,--,--,FACTA 
  589. [ATRAN | Transfers a pattern of areas to another coordinate system.]
  590. ATRAN,KCNTO,NA1,NA2,NINC,KINC,NOELEM,IMOVE 
  591. [ATYPE |"Specifies""Analysis types""as the subsequent status topic."]
  592. ATYPE 
  593. [AUTOTS | Specifies whether to use automatic time stepping or load stepping.]
  594. AUTOTS,Key 
  595. [AVPRIN | Specifies how principal and vector sums are to be calculated.]
  596. AVPRIN,KEY,EFFNU 
  597. [AVRES | Specifies how results data will be averaged when PowerGraphics is enabled.]
  598. AVRES,KEY,Opt 
  599. [BCSOPTION | Sets memory option for the sparse solver.]
  600. BCSOPTION,--,Memory_Option,Memory_Size,--,--,Solve_Info 
  601. [BELLOW | Defines a bellows in a piping run.]
  602. BELLOW,NLOC,LENG,STIFF,FLEX,ELEM 
  603. [BEND | Defines a bend in a piping run.]
  604. BEND,NEL1,NEL2,RAD,NDIV,ESTRT,EINC 
  605. [BETAD | Defines the stiffness matrix multiplier for damping.]
  606. BETAD,VALUE 
  607. [BF | Defines a nodal body force load.]
  608. BF,NODE,Lab,VAL1,VAL2,VAL3,PHASE 
  609. [BFA | Defines a body force load on an area.]
  610. BFA,AREA,Lab,VAL1,VAL2,VAL3,PHASE 
  611. [BFADELE | Deletes body force loads on an area.]
  612. BFADELE,AREA,Lab 
  613. [BFALIST | Lists the body force loads on an area.]
  614. BFALIST,AREA,Lab 
  615. [BFCUM | Specifies that nodal body force loads are to be accumulated.]
  616. BFCUM,Lab,Oper,FACT,TBASE 
  617. [BFDELE | Deletes nodal body force loads.]
  618. BFDELE,NODE,Lab 
  619. [BFE | Defines an element body force load.]
  620. BFE,ELEM,Lab,STLOC,VAL1,VAL2,VAL3,VAL4 
  621. [BFECUM | Specifies whether to ignore subsequent element body force loads.]
  622. BFECUM,Lab,Oper,FACT,TBASE 
  623. [BFEDELE | Deletes element body force loads.]
  624. BFEDELE,ELEM,Lab 
  625. [BFELIST | Lists the element body force loads.]
  626. BFELIST,ELEM,Lab 
  627. [BFESCAL | Scales element body force loads.]
  628. BFESCAL,Lab,FACT,TBASE 
  629. [BFINT | Activates the body force interpolation operation.]
  630. BFINT,Fname1,Ext1,--,Fname2,Ext2,--,KPOS,Clab,KSHS,TOLOUT,TOLHGT 
  631. [BFK | Defines a body force load at a keypoint.]
  632. BFK,KPOI,Lab,VAL1,VAL2,VAL3,PHASE 
  633. [BFKDELE | Deletes body force loads at a keypoint.]
  634. BFKDELE,KPOI,Lab 
  635. [BFKLIST | Lists the body force loads at keypoints.]
  636. BFKLIST,KPOI,Lab 
  637. [BFL | Defines a body force load on a line.]
  638. BFL,LINE,Lab,VAL1,VAL2,VAL3,PHASE 
  639. [BFLDELE | Deletes body force loads on a line.]
  640. BFLDELE,LINE,Lab 
  641. [BFLIST | Lists the body force loads on nodes.]
  642. BFLIST,NODE,Lab 
  643. [BFLLIST | Lists the body force loads on a line.]
  644. BFLLIST,LINE,Lab 
  645. [BFSCALE | Scales body force loads at nodes.]
  646. BFSCALE,Lab,FACT,TBASE 
  647. [BFTRAN | Transfers solid model body force loads to the finite element model.]
  648. BFTRAN 
  649. [BFUNIF | Assigns a uniform body force load to all nodes.]
  650. BFUNIF,Lab,VALUE 
  651. [BFV | Defines a body force load on a volume.]
  652. BFV,VOLU,Lab,VAL1,VAL2,VAL3,PHASE 
  653. [BFVDELE | Deletes body force loads on a volume.]
  654. BFVDELE,VOLU,Lab 
  655. [BFVLIST | Lists the body force loads on a volume.]
  656. BFVLIST,VOLU,Lab 
  657. [BIOOPT |"Specifies""Biot""Savart options""as the subsequent status topic."]
  658. BIOOPT 
  659. [BIOT | Calculates the Biot Savart source magnetic field intensity.]
  660. BIOT,Label 
  661. [BLC4 | Creates a rectangular area or block volume by corner points.]
  662. BLC4,XCORNER,YCORNER,WIDTH,HEIGHT,DEPTH 
  663. [BLC5 | Creates a rectangular area or block volume by center and corner points.]
  664. BLC5,XCENTER,YCENTER,WIDTH,HEIGHT,DEPTH 
  665. [BLOCK | Creates a block volume based on working plane coordinates.]
  666. BLOCK,X1,X2,Y1,Y2,Z1,Z2 
  667. [BOOL |"Specifies""Booleans""as the subsequent status topic."]
  668. BOOL 
  669. [BOPTN | Specifies Boolean operation options.]
  670. BOPTN,Lab,Value 
  671. [BRANCH | Defines the starting point for a piping branch.]
  672. BRANCH,NODE,X,Y,Z 
  673. [BSPLIN | Generates a single line from a spline fit to a series of keypoints.]
  674. BSPLIN,P1,P2,P3,P4,P5,P6,XV1,YV1,ZV1,XV6,YV6,ZV6 
  675. [BTOL | Specifies the Boolean operation tolerances.]
  676. BTOL,PTOL 
  677. [BUCOPT | Specifies buckling analysis options.]
  678. BUCOPT,Method,NMODE,SHIFT,LDMULTE 
  679. [C*** | Places a comment in the output.]
  680. C***,Comment 
  681. [CALC |"Specifies""Calculation settings""as the subsequent status topic."]
  682. CALC 
  683. [CBDOF | Activates cut boundary interpolation (for submodeling).]
  684. CBDOF,Fname1,Ext1,--,Fname2,Ext2,--,KPOS,Clab,KSHS,TOLOUT,TOLHGT 
  685. [CDREAD | Reads a file of solid model and database information into the database.]
  686. CDREAD,Option,Fname,Ext,--,Fnamei,Exti 
  687. [CDWRITE | Writes geometry and load database items to a file.]
  688. CDWRITE,Option,Fname,Ext,--,Fnamei,Exti,Fmat 
  689. [CE | Defines a constraint equation relating degrees of freedom.]
  690. CE,NEQN,CONST,NODE1,Lab1,C1,NODE2,Lab2,C2,NODE3,Lab3,C3 
  691. [CECMOD | Modifies the constant term of a constraint equation during solution.]
  692. CECMOD,NEQN,CONST 
  693. [CECYC | Generates the constraint equations for a cyclic symmetry analysis]
  694. CECYC,Lowname,Highname,Nsector,HIndex,Tolerance,Kmove,Kpairs 
  695. [CEDELE | Deletes constraint equations.]
  696. CEDELE,NEQN1,NEQN2,NINC,Nsel 
  697. [CEINTF | Generates constraint equations at an interface.]
  698. CEINTF,TOLER,DOF1,DOF2,DOF3,DOF4,DOF5,DOF6,MoveTol 
  699. [CELIST | Lists the constraint equations.]
  700. CELIST,NEQN1,NEQN2,NINC,Nsel 
  701. [CENTER | Defines a node at the center of curvature of 2 or 3 nodes.]
  702. CENTER,NODE,NODE1,NODE2,NODE3,RADIUS 
  703. [CEQN |"Specifies""Constraint equations""as the subsequent status topic."]
  704. CEQN 
  705. [CERIG | Defines a rigid region.]
  706. CERIG,MASTE,SLAVE,Ldof,Ldof2,Ldof3,Ldof4,Ldof5 
  707. [CESGEN | Generates a set of constraint equations from existing sets.]
  708. CESGEN,ITIME,INC,NSET1,NSET2,NINC 
  709. [CFACT | Defines complex scaling factors to be used with operations.]
  710. CFACT,RFACTA,IFACTA,RFACTB,IFACTB,RFACTC,IFACTC 
  711. [CGLOC | Specifies the origin location of the acceleration coordinate system.]
  712. CGLOC,XLOC,YLOC,ZLOC 
  713. [CGOMGA | Specifies the rotational velocity of the global origin.]
  714. CGOMGA,CGOMX,CGOMY,CGOMZ 
  715. [CIRCLE | Generates circular arc lines.]
  716. CIRCLE,PCENT,RAD,PAXIS,PZERO,ARC,NSEG 
  717. [CLOCAL | Defines a local coordinate system relative to the active coordinate system.]
  718. CLOCAL,KCN,KCS,XL,YL,ZL,THXY,THYZ,THZX,PAR1,PAR2 
  719. [CLOG | Forms the common log of a variable]
  720. CLOG,IR,IA,--,--,Name,--,--,FACTA,FACTB 
  721. [CLRMSHLN | Clears meshed entities.]
  722. CLRMSHLN 
  723. [CM | Groups geometry items into a component.]
  724. CM,Cname,Entity 
  725. [CMATRIX | Performs electrostatic field solutions and calculates the self and mutual capacitances between multiple conductors.]
  726. CMATRIX,SYMFAC,Condname,NUMCOND,GRNDKEY,Capname 
  727. [CMDELE | Deletes a component or assembly definition.]
  728. CMDELE,Name 
  729. [CMDOMEGA | Specifies the rotational acceleration of an element component about a user defined rotational axis.]
  730. CMDOMEGA,CM_NAME,DOMEGAX,DOMEGAY,DOMEGAZ,X1,Y1,Z1,X2,Y2,Z2 
  731. [CMEDIT | Edits an existing assembly.]
  732. CMEDIT,Aname,Oper,Cnam1,Cnam2,Cnam3,Cnam4,Cnam5,Cnam6,Cnam7 
  733. [CMGRP | Groups components and assemblies into an assembly.]
  734. CMGRP,Aname,Cnam1,Cnam2,Cnam3,Cnam4,Cnam5,Cnam6,Cnam7,Cnam8 
  735. [CMLIST | Lists the contents of a component or assembly.]
  736. CMLIST,Name,Key,Entity 
  737. [CMMOD | Modifies the specification of a component.]
  738. CMMOD,Cname,Keyword,Value 
  739. [CMOMEGA | Specifies the rotational velocity of an element component about a user defined rotational axis.]
  740. CMOMEGA,CM_NAME,OMEGAX,OMEGAY,OMEGAZ,X1,Y1,Z1,X2,Y2,Z2,KSPIN 
  741. [CMPLOT | Plots the entities contained in a component or assembly.]
  742. CMPLOT,Label,Entity,Keyword 
  743. [CMSEL | Selects a subset of components and assemblies.]
  744. CMSEL,Type,Name,Entity 
  745. [CNCHECK | Lists the initial status of contact pairs.]
  746. CNCHECK,Levl,RID1,RID2,RINC 
  747. [CNVTOL | Sets convergence values for nonlinear analyses.]
  748. CNVTOL,Lab,VALUE,TOLER,NORM,MINREF 
  749. [COMPRESS | Deletes all specified sets.]
  750. COMPRESS 
  751. [CON4 | Creates a conical volume anywhere on the working plane.]
  752. CON4,XCENTER,YCENTER,RAD1,RAD2,DEPTH 
  753. [CONE | Creates a conical volume centered about the working plane origin.]
  754. CONE,RBOT,RTOP,Z1,Z2,THETA1,THETA2 
  755. [CONJUG | Forms the complex conjugate of a variable.]
  756. CONJUG,IR,IA,--,--,Name,--,--,FACTA 
  757. [COUPLE |"Specifies""Node coupling""as the subsequent status topic."]
  758. COUPLE 
  759. [COVAL | Defines PSD cospectral values.]
  760. COVAL,TBLNO1,TBLNO2,SV1,SV2,SV3,SV4,SV5,SV6,SV7 
  761. [CP | Defines (or modifies) a set of coupled degrees of freedom.]
  762. CP,NSET,Lab,NODE1,NODE2,NODE3,NODE4,NODE5,NODE6,NODE7,NODE8,NODE9,NODE10,NODE11,NODE12,NODE13,NODE14,NODE15,NODE16,NODE17
  763. [CPCYC | Couples the two side faces of a cyclically symmetric model for loadings that are the same on every segment.]
  764. CPCYC,Lab,TOLER,KCN,DX,DY,DZ,KNONROT 
  765. [CPDELE | Deletes coupled degree of freedom sets.]
  766. CPDELE,NSET1,NSET2,NINC,Nsel 
  767. [CPINTF | Defines coupled degrees of freedom at an interface.]
  768. CPINTF,Lab,TOLER 
  769. [CPLGEN | Generates sets of coupled nodes from an existing set.]
  770. CPLGEN,NSETF,Lab1,Lab2,Lab3,Lab4,Lab5 
  771. [CPLIST | Lists the coupled degree of freedom sets.]
  772. CPLIST,NSET1,NSET2,NINC,Nsel 
  773. [CPMERGE | Merges different couple sets with duplicate degrees of freedom into one couple set.]
  774. CPMERGE,Lab 
  775. [CPNGEN | Defines,modifies,or adds to a set of coupled degrees of freedom.]
  776. CPNGEN,NSET,Lab,NODE1,NODE2,NINC 
  777. [CPSGEN | Generates sets of coupled nodes from existing sets.]
  778. CPSGEN,ITIME,INC,NSET1,NSET2,NINC 
  779. [CQC | Specifies the complete quadratic mode combination method.]
  780. CQC,SIGNIF,Label 
  781. [CRPLIM | Specifies the creep criterion for automatic time stepping.]
  782. CRPLIM,CRCR,Option 
  783. [CS | Defines a local coordinate system by three node locations.]
  784. CS,KCN,KCS,NORIG,NXAX,NXYPL,PAR1,PAR2 
  785. [CSCIR | Locates the singularity for non Cartesian local coordinate systems.]
  786. CSCIR,KCN,KTHET,KPHI 
  787. [CSDELE | Deletes local coordinate systems.]
  788. CSDELE,KCN1,KCN2,KCINC 
  789. [CSKP | Defines a local coordinate system by three keypoint locations.]
  790. CSKP,KCN,KCS,PORIG,PXAXS,PXYPL,PAR1,PAR2 
  791. [CSLIST | Lists coordinate systems.]
  792. CSLIST,KCN1,KCN2,KCINC 
  793. [CSWPLA | Defines a local coordinate system at the origin of the working plane.]
  794. CSWPLA,KCN,KCS,PAR1,PAR2 
  795. [CSYS | Activates a previously defined coordinate system.]
  796. CSYS,KCN 
  797. [CURR2D | Calculates current flow in a two dimensional conductor.]
  798. CURR2D 
  799. [CUTCONTROL | Controls time step cutback during a nonlinear solution.]
  800. CUTCONTROL,Lab,VALUE,Option 
  801. [CVAR | Computes covariance between two quantities.]
  802. CVAR,IR,IA,IB,ITYPE,DATUM,Name 
  803. [CYCLIC | Specifies a cyclic symmetry analysis.]
  804. CYCLIC,NSECTOR,ANGLE,KCN,Name,USRCOMP 
  805. [CYCOPT | Specifies solution options for a cyclic symmetry analysis.]
  806. CYCOPT,OPTION,Value1,Value2,Value3,Value4,Value5,Value6,Value7 
  807. [CYCPHASE | Provides tools for determining minimum and maximum possible result values from frequency couplets produced in a modal cyclic symmetry analysis.]
  808. CYCPHASE,TYPE,OPTION 
  809. [CYL4 | Creates a circular area or cylindrical volume anywhere on the working plane.]
  810. CYL4,XCENTER,YCENTER,RAD1,THETA1,RAD2,THETA2,DEPTH 
  811. [CYL5 | Creates a circular area or cylindrical volume by end points.]
  812. CYL5,XEDGE1,YEDGE1,XEDGE2,YEDGE2,DEPTH 
  813. [CYLIND | Creates a cylindrical volume centered about the working plane origin.]
  814. CYLIND,RAD1,RAD2,Z1,Z2,THETA1,THETA2 
  815. [D | Defines DOF constraints at nodes.]
  816. D,NODE,Lab,VALUE,VALUE2,NEND,NINC,Lab2,Lab3,Lab4,Lab5,Lab6 
  817. [DA | Defines DOF constraints on areas.]
  818. DA,AREA,Lab,Value1,Value2 
  819. [DADELE | Deletes DOF constraints on an area.]
  820. DADELE,AREA,Lab 
  821. [DALIST | Lists the DOF constraints on an area.]
  822. DALIST,AREA 
  823. [DAMORPH | Move nodes in selected areas to conform to structural displacements.]
  824. DAMORPH,AREA,XLINE,RMSHKY 
  825. [DATA | Reads data records from a file into a variable.]
  826. DATA,IR,LSTRT,LSTOP,LINC,Name,KCPLX 
  827. [DATADEF |"Specifies""Directly defined data status""as the subsequent status topic."]
  828. DATADEF 
  829. [DCGOMG | Specifies the rotational acceleration of the global origin.]
  830. DCGOMG,DCGOX,DCGOY,DCGOZ 
  831. [DCUM | Specifies that DOF constraint values are to be accumulated.]
  832. DCUM,Oper,RFACT,IFACT,TBASE 
  833. [DCVSWP | Performs a DC voltage sweep on a ROM element.]
  834. DCVSWP,Option,Elem,Cnum,Vmax,Vinc1,Vinc2,Gap 
  835. [DDELE | Deletes degree of freedom constraints.]
  836. DDELE,NODE,Lab,NEND,NINC 
  837. [DDSOPT | Initializes the Distributed Domain Solver (DDS) settings.]
  838. DDSOPT,Configopt,Ndomains,Max_Iter 
  839. [DEACT |"Specifies""Element birth and death""as the subsequent status topic."]
  840. DEACT 
  841. [DECOMP | Specifies method by which mesh will be decomposed into domains]
  842. DECOMP,DDS,Ndomains 
  843. [DEFINE |"Specifies""Data definition settings""as the subsequent status topic."]
  844. DEFINE 
  845. [DELETE | Specifies sets in the results file to be deleted before postprocessing.]
  846. DELETE,SET,Nstart,Nend 
  847. [DELTIM | Specifies the time step sizes to be used for this load step.]
  848. DELTIM,DTIME,DTMIN,DTMAX,Carry 
  849. [DEMORPH | Move nodes in selected elements to conform to structural displacements.]
  850. DEMORPH,ELEM,DIMN,RMSHKY 
  851. [DERIV | Differentiates a variable.]
  852. DERIV,IR,IY,IX,--,Name,--,--,FACTA 
  853. [DESIZE | Controls default element sizes.]
  854. DESIZE,MINL,MINH,MXEL,ANGL,ANGH,EDGMN,EDGMX,ADJF,ADJM 
  855. [DESOL | Defines or modifies solution results at a node of an element.]
  856. DESOL,ELEM,NODE,Item,Comp,V1,V2,V3,V4,V5,V6 
  857. [DETAB | Modifies element table results in the database.]
  858. DETAB,ELEM,Lab,V1,V2,V3,V4,V5,V6 
  859. [DIG | Digitizes nodes to a surface.]
  860. DIG,NODE1,NODE2,NINC 
  861. [DIGIT |"Specifies""Node digitizing""as the subsequent status topic."]
  862. DIGIT 
  863. [DISPLAY |"Specifies""Display settings""as the subsequent status topic."]
  864. DISPLAY 
  865. [DK | Defines DOF constraints at keypoints.]
  866. DK,KPOI,Lab,VALUE,VALUE2,KEXPND,Lab2,Lab3,Lab4,Lab5,Lab6 
  867. [DKDELE | Deletes DOF constraints at a keypoint.]
  868. DKDELE,KPOI,Lab 
  869. [DKLIST | Lists the DOF constraints at keypoints.]
  870. DKLIST,KPOI 
  871. [DL | Defines DOF constraints on lines.]
  872. DL,LINE,AREA,Lab,Value1,Value2 
  873. [DLDELE | Deletes DOF constraints on a line.]
  874. DLDELE,LINE,Lab 
  875. [DLIST | Lists DOF constraints.]
  876. DLIST,NODE1,NODE2,NINC 
  877. [DLLIST | Lists DOF constraints on a line.]
  878. DLLIST,LINE 
  879. [DMOVE | Digitizes nodes on surfaces and along intersections.]
  880. DMOVE,NODE1,NODE2,NINC 
  881. [DMPRAT | Sets a constant damping ratio.]
  882. DMPRAT,RATIO 
  883. [DNSOL | Defines or modifies solution results at a node.]
  884. DNSOL,NODE,Item,Comp,V1,V2,V3,V4,V5,V6 
  885. [DOF | Adds degrees of freedom to the current DOF set.]
  886. DOF,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6,Lab7,Lab8,Lab9,Lab10 
  887. [DOFSEL | Selects a DOF label set for reference by other commands.]
  888. DOFSEL,Type,Dof1,Dof2,Dof3,Dof4,Dof5,Dof6 
  889. [DOMEGA | Specifies the rotational acceleration of the structure.]
  890. DOMEGA,DOMGX,DOMGY,DOMGZ 
  891. [DSCALE | Scales DOF constraint values.]
  892. DSCALE,RFACT,IFACT,TBASE 
  893. [DSET | Sets the scale and drawing plane orientation for a digitizing tablet.]
  894. DSET,NODE1,NODE2,NODE3,DDEV 
  895. [DSUM | Specifies the double sum mode combination method.]
  896. DSUM,SIGNIF,Label,TD 
  897. [DSURF | Defines the surface upon which digitized nodes lie.]
  898. DSURF,KCN,XSURF,YSURF,ZSURF 
  899. [DSYM | Specifies symmetry or antisymmetry DOF constraints on nodes.]
  900. DSYM,Lab,Normal,KCN 
  901. [DSYS | Activates a display coordinate system for geometry listings and plots.]
  902. DSYS,KCN 
  903. [DTRAN | Transfers solid model DOF constraints to the finite element model.]
  904. DTRAN 
  905. [DUMP | Dumps the contents of a binary file.]
  906. DUMP,NSTRT,NSTOP 
  907. [DVMORPH | Move nodes in selected volumes to conform to structural displacements.]
  908. DVMORPH,VOLU,XAREA,RMSHKY 
  909. [DYNOPT |"Specifies""Dynamic analysis options""as the subsequent status topic."]
  910. DYNOPT 
  911. [E | Defines an element by node connectivity.]
  912. E,I,J,K,L,M,N,O,P 
  913. [EALIVE | Reactivates an element (for the birth and death capability).]
  914. EALIVE,ELEM 
  915. [EDADAPT | Activates adaptive meshing in an explicit dynamic analysis.]
  916. EDADAPT,PART,Key 
  917. [EDALE | Assigns mesh smoothing to explicit dynamic elements that use the ALE formulation.]
  918. EDALE,Option,--,AFAC,BFAC,--,DFAC,EFAC,START,END 
  919. [EDASMP | Creates a part assembly to be used in an explicit dynamic analysis.]
  920. EDASMP,Option,ASMID,PART1,PART2,PART3,PART4,PART5,PART6,PART7,PART8,PART9,PART10,PART11,PART12,PART13,PART14,PART15,PART16 
  921. [EDBOUND | Defines a boundary plane for sliding or cyclic symmetry.]
  922. EDBOUND,Option,Lab,Cname,XC,YC,ZC,Cname2,COPT 
  923. [EDBVIS | Specifies global bulk viscosity coefficients for an explicit dynamics analysis.]
  924. EDBVIS,QVCO,LVCO 
  925. [EDBX | Creates a box shaped volume to be used in a contact definition for explicit dynamics.]
  926. EDBX,Option,BOXID,XMIN,XMAX,YMIN,YMAX,ZMIN,ZMAX 
  927. [EDCADAPT | Specifies adaptive meshing controls for an explicit dynamic analysis.]
  928. EDCADAPT,FREQ,TOL,OPT,MAXLVL,BTIME,DTIME,LCID,ADPSIZE,ADPASS,IREFLG,ADPENE,ADPTH,MAXEL 
  929. [EDCGEN | Specifies contact parameters for an explicit dynamics analysis.]
  930. EDCGEN,Option,Cont,Targ,FS,FD,DC,VC,VDC,V1,V2,V3,V4,BTIME,DTIME,BOXID1,BOXID2 
  931. [EDCLIST | Lists contact entity specifications in an explicit dynamics analysis.]
  932. EDCLIST,NUM 
  933. [EDCMORE | Specifies additional contact parameters for a given contact definition in an explicit dynamic analysis.]
  934. EDCMORE,Option,NUM,--,VAL1,VAL2 
  935. [EDCNSTR | Defines various types of constraints for an explicit dynamic analysis.]
  936. EDCNSTR,Option,Ctype,Comp1,Comp2,VAL1 
  937. [EDCONTACT | Specifies contact surface controls for an explicit dynamics analysis.]
  938. EDCONTACT,SFSI,RWPN,IPCK,SHTK,PENO,STCC,ORIE,CSPC,PENCHK 
  939. [EDCPU | Specifies CPU time limit for an explicit dynamics analysis.]
  940. EDCPU,CPUTIME 
  941. [EDCRB | Constrains two rigid bodies to act as one in an explicit dynamics analysis.]
  942. EDCRB,Option,NEQN,PARTM,PARTS 
  943. [EDCSC | Specifies whether to use subcycling in an explicit dynamics analysis.]
  944. EDCSC,Key 
  945. [EDCTS | Specifies mass scaling and scale factor of computed time step for an explicit dynamics analysis.]
  946. EDCTS,DTMS,TSSFAC 
  947. [EDCURVE | Specifies data curves for an explicit dynamic analysis.]
  948. EDCURVE,Option,LCID,Par1,Par2 
  949. [EDDAMP | Defines mass weighted (Alpha) or stiffness weighted (Beta) damping for an explicit dynamics model.]
  950. EDDAMP,PART,LCID,VALDMP 
  951. [EDDBL | Selects a numerical precision type of the explicit dynamics analysis.]
  952. EDDBL,KEY 
  953. [EDDC | Deletes or deactivates/reactivates contact surface specifications in an explicit dynamic analysis.]
  954. EDDC,Option,Ctype,Cont,Targ 
  955. [EDDRELAX | Activates initialization to a prescribed geometry or dynamic relaxation for the explicit analysis.]
  956. EDDRELAX,Option,NRCYCK,DRTOL,DFFCTR,DRTERM,TSSFDR,IRELAL,EDTTL 
  957. [EDDUMP | Specifies output frequency for the explicit dynamic restart file (d3dump).]
  958. EDDUMP,NUM,DT 
  959. [EDELE | Deletes selected elements from the model.]
  960. EDELE,IEL1,IEL2,INC 
  961. [EDENERGY | Specifies energy dissipation controls for an explicit dynamics analysis.]
  962. EDENERGY,HGEN,SWEN,SIEN,RLEN 
  963. [EDFPLOT | Allows plotting of explicit dynamics forces and other load symbols.]
  964. EDFPLOT,Key 
  965. [EDGCALE | Defines global ALE controls for an explicit dynamic analysis.]
  966. EDGCALE,NADV,METH 
  967. [EDHGLS | Specifies the hourglass coefficient for an explicit dynamics analysis.]
  968. EDHGLS,HGCO 
  969. [EDHIST | Specifies time history output for an explicit dynamic analysis.]
  970. EDHIST,Comp 
  971. [EDHTIME | Specifies the time history output interval for an explicit dynamics analysis.]
  972. EDHTIME,NSTEP,DT 
  973. [EDINT | Specifies number of integration points for explicit shell and beam output.]
  974. EDINT,SHELLIP,BEAMIP 
  975. [EDIPART | Defines inertia for rigid parts in an explicit dynamics analysis.]
  976. EDIPART,PART,Option,Cvect,TM,IRCS,Ivect,Vvect,CID 
  977. [EDIS | Specifies stress initialization in an explicit dynamic full restart analysis.]
  978. EDIS,Option,PIDN,PIDO 
  979. [EDLCS | Defines a local coordinate system for use in explicit dynamics analysis.]
  980. EDLCS,Option,CID,X1,Y1,Z1,X2,Y2,Z2,X3,Y3,Z3 
  981. [EDLOAD | Specifies loads for an explicit dynamics analysis.]
  982. EDLOAD,Option,Lab,KEY,Cname,Par1,Par2,PHASE,LCID,SCALE,BTIME,DTIME 
  983. [EDMP | Defines material properties for an explicit dynamics analysis.]
  984. EDMP,Lab,MAT,VAL1,VAL2,VAL3,VAL4,VAL5,VAL6 
  985. [EDNB | Defines a nonreflecting boundary in an explicit dynamic analysis.]
  986. EDNB,Option,Cname,AD,AS 
  987. [EDNDTSD | Allows smoothing of noisy data for explicit dynamics analyses and provides a graphical representation of the data.]
  988. EDNDTSD,Vect1,Vect2,DATAP,FITPT,Vect3,Vect4,DISP 
  989. [EDNROT | Applies a rotated coordinate nodal constraint in an explicit dynamics analysis.]
  990. EDNROT,Option,CID,Cname,DOF1,DOF2,DOF3,DOF4,DOF5,DOF6 
  991. [EDOPT | Specifies the type of output for an explicit dynamics analysis.]
  992. EDOPT,Option,--,Value 
  993. [EDOUT | Specifies time history output (ASCII format) for an explicit dynamics analysis.]
  994. EDOUT,Option 
  995. [EDPART | Configures parts for an explicit dynamics analysis.]
  996. EDPART,Option 
  997. [EDPC | Selects and plots explicit dynamic contact entities.]
  998. EDPC,MIN,MAX,INC 
  999. [EDPL | Plots a time dependent load curve in an explicit dynamic analysis.]
  1000. EDPL,LDNUM 
  1001. [EDPVEL | Applies initial velocities to parts or part assemblies in an explicit dynamic analysis.]
  1002. EDPVEL,Option,PID,VX,VY,VZ,OMEGAX,OMEGAY,OMEGAZ,XC,YC,ZC,ANGX,ANGY,ANGZ 
  1003. [EDRC | Specifies rigid/deformable switch controls in an explicit dynamic analysis.]
  1004. EDRC,Option,NRBF,NCSF,--,DTMAX 
  1005. [EDRD | Switches a part from deformable to rigid or from rigid to deformable in an explicit dynamic analysis.]
  1006. EDRD,Option,PART,MRB 
  1007. [EDREAD | Reads explicit dynamics output into variables for time history postprocessing.]
  1008. EDREAD,NSTART,Label,NUM,STEP1,STEP2 
  1009. [EDRI | Defines inertia properties for a new rigid body that is created when a deformable part is switched to rigid in an explicit dynamic analysis.]
  1010. EDRI,Option,PART,XC,YC,ZC,TM,IXX,IYY,IZZ,IXY,IYZ,IXZ 
  1011. [EDRST | Specifies the output interval for an explicit dynamic analysis.]
  1012. EDRST,NSTEP,DT 
  1013. [EDRUN | Specify LS DYNA serial or parallel processing.]
  1014. EDRUN,Option,Cons 
  1015. [EDSHELL | Specifies shell computation controls for an explicit dynamics analysis.]
  1016. EDSHELL,WPAN,SHNU,SHTC,WPBT,SHPL,ITRST 
  1017. [EDSOLV |"Specifies""explicit dynamics solution""as the subsequent status topic."]
  1018. EDSOLV 
  1019. [EDSP | Specifies small penetration checking for contact entities in an explicit dynamic analysis.]
  1020. EDSP,Option,MIN,MAX,INC 
  1021. [EDSTART | Specifies status (new or restart) of an explicit dynamics analysis.]
  1022. EDSTART,RESTART,MEMORY,FSIZE,Dumpfile 
  1023. [EDTERM | Specifies termination criteria for an explicit dynamic analysis.]
  1024. EDTERM,Option,Lab,NUM,STOP,MAXC,MINC 
  1025. [EDTP | Plots explicit elements based on their time step size.]
  1026. EDTP,OPTION,VALUE1,VALUE2 
  1027. [EDVEL | Applies initial velocities to nodes or node components in an explicit dynamic analysis.]
  1028. EDVEL,Option,Cname,VX,VY,VZ,OMEGAX,OMEGAY,OMEGAZ,XC,YC,ZC,ANGX,ANGY,ANGZ 
  1029. [EDWELD | Defines a massless spotweld or generalized weld for use in an explicit dynamic analysis.]
  1030. EDWELD,Option,NWELD,N1,N2,SN,SS,EXPN,EXPS,EPSF,TFAIL,NSW,CID 
  1031. [EDWRITE | Writes explicit dynamics input to an LS DYNA input file.]
  1032. EDWRITE,Option,Fname,Ext,-- 
  1033. [EGEN | Generates elements from an existing pattern.]
  1034. EGEN,ITIME,NINC,IEL1,IEL2,IEINC,MINC,TINC,RINC,CINC,SINC,DX,DY,DZ 
  1035. [EINTF | Defines two noded elements between coincident or offset nodes.]
  1036. EINTF,TOLER,K,TLAB,KCN,DX,DY,DZ,KNONROT 
  1037. [EKILL | Deactivates an element (for the birth and death capability).]
  1038. EKILL,ELEM 
  1039. [ELEM |"Specifies""Elements""as the subsequent status topic."]
  1040. ELEM 
  1041. [ELIST | Lists the elements and their attributes.]
  1042. ELIST,IEL1,IEL2,INC,NNKEY,RKEY 
  1043. [EMAGERR | Calculates the relative error in an electrostatic or electromagnetic field analysis.]
  1044. EMAGERR 
  1045. [EMATWRITE | Forces the writing of all the element matrices to File.EMAT.]
  1046. EMATWRITE,Key 
  1047. [EMF | Calculates the electromotive force (emf),or voltage drop along a predefined path.]
  1048. EMF 
  1049. [EMID | Adds or removes midside nodes.]
  1050. EMID,Key,Edges 
  1051. [EMIS | Specifies emissivity as a material property for the Radiation Matrix method.]
  1052. EMIS,MAT,EVALU 
  1053. [EMODIF | Modifies a previously defined element.]
  1054. EMODIF,IEL,STLOC,I1,I2,I3,I4,I5,I6,I7,I8 
  1055. [EMORE | Adds more nodes to the just defined element.]
  1056. EMORE,Q,R,S,T,U,V,W,X 
  1057. [EMSYM | Specifies circular symmetry for electro magnetic sources.]
  1058. EMSYM,NSECT 
  1059. [EMTGEN | Generates a set of TRANS126 elements.]
  1060. EMTGEN,Ncomp,Ecomp,PNcomp,DOF,GAP,GAPMIN,FKN,Per0 
  1061. [EMUNIT | Specifies the system of units for magnetic field problems.]
  1062. EMUNIT,Lab,VALUE 
  1063. [EN | Defines an element by its number and node connectivity.]
  1064. EN,IEL,I,J,K,L,M,N,O,P 
  1065. [ENGEN | Generates elements from an existing pattern.]
  1066. ENGEN,IINC,ITIME,NINC,IEL1,IEL2,IEINC,MINC,TINC,RINC,CINC,SINC,DX,DY,DZ 
  1067. [ENORM | Reorients shell element normals.]
  1068. ENORM,ENUM 
  1069. [ENSYM | Generates elements by symmetry reflection.]
  1070. ENSYM,IINC,--,NINC,IEL1,IEL2,IEINC 
  1071. [EORIENT | Reorients solid element normals.]
  1072. EORIENT,Etype,Dir,TOLER 
  1073. [EPLOT | Produces an element display.]
  1074. EPLOT 
  1075. [EQSLV | Specifies the type of equation solver.]
  1076. EQSLV,Lab,TOLER,MULT 
  1077. [ERASE | Explicitly erases the current display.]
  1078. ERASE 
  1079. [EREAD | Reads elements from a file.]
  1080. EREAD,Fname,Ext,-- 
  1081. [EREFINE | Refines the mesh around specified elements.]
  1082. EREFINE,NE1,NE2,NINC,LEVEL,DEPTH,POST,RETAIN 
  1083. [ERESX | Specifies extrapolation of integration point results.]
  1084. ERESX,Key 
  1085. [ERNORM | Controls error estimation calculations.]
  1086. ERNORM,Key 
  1087. [ERRANG | Specifies the element range to be read from a file.]
  1088. ERRANG,EMIN,EMAX,EINC 
  1089. [ESEL | Selects a subset of elements.]
  1090. ESEL,Type,Item,Comp,VMIN,VMAX,VINC,KABS 
  1091. [ESCHECK | Perform element shape checking for a selected element set.]
  1092. ESCHECK,Sele,Levl,Defkey 
  1093. [ESIZE | Specifies the default number of line divisions.]
  1094. ESIZE,SIZE,NDIV 
  1095. [ESLA | Selects those elements associated with the selected areas.]
  1096. ESLA,Type 
  1097. [ESLL | Selects those elements associated with the selected lines.]
  1098. ESLL,Type 
  1099. [ESLN | Selects those elements attached to the selected nodes.]
  1100. ESLN,Type,EKEY,NodeType 
  1101. [ESLV | Selects elements associated with the selected volumes.]
  1102. ESLV,Type 
  1103. [ESOL | Specifies element data to be stored from the results file.]
  1104. ESOL,NVAR,ELEM,NODE,Item,Comp,Name 
  1105. [ESORT | Sorts the element table.]
  1106. ESORT,Item,Lab,ORDER,KABS,NUMB 
  1107. [ESSOLV | Performs a coupled electrostatic structural analysis.]
  1108. ESSOLV,Electit,Strutit,DIMN,MORPHOPT,Mcomp,Xcomp,ELECTOL,STRUTOL,MXLOOP,--,RUSEKY,RESTKY,EISCOMP 
  1109. [ESTIF | Specifies the matrix multiplier for deactivated elements.]
  1110. ESTIF,KMULT 
  1111. [ESURF | Generates elements overlaid on the free faces of existing selected elements.]
  1112. ESURF,XNODE,Tlab,Shape 
  1113. [ESYM | Generates elements from a pattern by a symmetry reflection.]
  1114. ESYM,--,NINC,IEL1,IEL2,IEINC 
  1115. [ESYS | Sets the element coordinate system attribute pointer.]
  1116. ESYS,KCN 
  1117. [ET | Defines a local element type from the element library.]
  1118. ET,ITYPE,Ename,KOP1,KOP2,KOP3,KOP4,KOP5,KOP6,INOPR 
  1119. [ETABLE | Fills a table of element values for further processing.]
  1120. ETABLE,Lab,Item,Comp 
  1121. [ETDELE | Deletes element types.]
  1122. ETDELE,ITYP1,ITYP2,INC 
  1123. [ETCHG | Changes element types to their corresponding types.]
  1124. ETCHG,Cnv 
  1125. [ETLIST | Lists currently defined element types.]
  1126. ETLIST,ITYP1,ITYP2,INC 
  1127. [ETYPE |"Specifies""Element types""as the subsequent status topic."]
  1128. ETYPE 
  1129. [EUSORT | Restores original order of the element table.]
  1130. EUSORT 
  1131. [EWRITE | Writes elements to a file.]
  1132. EWRITE,Fname,Ext,--,KAPPND,Format 
  1133. [EXP | Forms the exponential of a variable.]
  1134. EXP,IR,IA,--,--,Name,--,--,FACTA,FACTB 
  1135. [EXPAND | Displays the results of a modal cyclic symmetry analysis.]
  1136. EXPAND,Nrepeat,MODAL,HIndex,Icsys,SctAng,--,Phase 
  1137. [EXPASS | Specifies an expansion pass of an analysis.]
  1138. EXPASS,Key 
  1139. [EXPSOL | Specifies the solution to be expanded for reduced analyses.]
  1140. EXPSOL,LSTEP,SBSTEP,TIMFRQ,Elcalc 
  1141. [EXTOPT | Controls options relating to the generation of volume elements from area elements.]
  1142. EXTOPT,Lab,Val1,Val2,Val3 
  1143. [EXTREM | Lists the extreme values for variables.]
  1144. EXTREM,NVAR1,NVAR2,NINC 
  1145. [F | Specifies force loads at nodes.]
  1146. F,NODE,Lab,VALUE,VALUE2,NEND,NINC 
  1147. [FATIGUE |"Specifies""Fatigue data status""as the subsequent status topic."]
  1148. FATIGUE 
  1149. [FC | Provides failure criteria information and activates a data table to input temperature dependent stress and strain limits.]
  1150. FC,MAT,Lab1,Lab2,DATA1-6 
  1151. [FCDELE | Deletes previously defined failure criterion data for the given material.]
  1152. FCDELE,MAT 
  1153. [FCCHECK | Checks both the strain and stress input criteria for all materials.]
  1154. FCCHECK 
  1155. [FCLIST | To list what the failure criteria is that you have input.]
  1156. FCLIST,MAT,,TEMP 
  1157. [FCUM | Specifies that force loads are to be accumulated.]
  1158. FCUM,Oper,RFACT,IFACT 
  1159. [FDELE | Deletes force loads on nodes.]
  1160. FDELE,NODE,Lab,NEND,NINC 
  1161. [FE | Defines a set of fatigue event parameters.]
  1162. FE,NEV,CYCLE,FACT,Title 
  1163. [FEBODY |"Specifies""Body loads on elements""as the subsequent status topic."]
  1164. FEBODY 
  1165. [FECONS |"Specifies""Constraints on nodes""as the subsequent status topic."]
  1166. FECONS 
  1167. [FEFOR |"Specifies""Forces on nodes""as the subsequent status topic."]
  1168. FEFOR 
  1169. [FELIST | Lists the fatigue event parameters.]
  1170. FELIST,NEV1,NEV2,NINC 
  1171. [FESURF |"Specifies""Surface loads on elements""as the subsequent status topic."]
  1172. FESURF 
  1173. [FILE | Specifies the data file where results are to be found.]
  1174. FILE,Fname,Ext,-- 
  1175. [FILEAUX2 | Specifies the binary file to be dumped.]
  1176. FILEAUX2,Fname,Ident,-- 
  1177. [FILEAUX3 | Specifies the results file to be edited.]
  1178. FILEAUX3,Fname,Ext,-- 
  1179. [FILEDISP | Specifies the file containing the graphics data.]
  1180. FILEDISP,Fname,Ext,-- 
  1181. [FILL | Generates a line of nodes between two existing nodes.]
  1182. FILL,NODE1,NODE2,NFILL,NSTRT,NINC,ITIME,INC,SPACE 
  1183. [FILLDATA | Fills a variable by a ramp function.]
  1184. FILLDATA,IR,LSTRT,LSTOP,LINC,VALUE,DVAL 
  1185. [FINISH | Exits normally from a processor.]
  1186. FINISH 
  1187. [FITEM | Identifies items chosen by a picking operation (GUI).]
  1188. FITEM,NFIELD,ITEM,ITEMY,ITEMZ 
  1189. [FK | Defines force loads at keypoints.]
  1190. FK,KPOI,Lab,VALUE,VALUE2 
  1191. [FKDELE | Deletes force loads at a keypoint.]
  1192. FKDELE,KPOI,Lab 
  1193. [FKLIST | Lists the forces at keypoints.]
  1194. FKLIST,KPOI,Lab 
  1195. [FL | Defines a set of fatigue location parameters.]
  1196. FL,NLOC,NODE,SCFX,SCFY,SCFZ,Title 
  1197. [FLANGE | Defines a flange in a piping run.]
  1198. FLANGE,NLOC,LENG,MASS,SIF,FLEX,ARINS,ELEM 
  1199. [FLDATA | Sets up a FLOTRAN analysis.]
  1200. FLDATA,Name,Label,Value 
  1201. [FLDATA1 | Controls which features of the solution algorithm are activated.]
  1202. FLDATA1,SOLU,Label,Value 
  1203. [FLDATA10 | Specifies the COF2 coefficient of the fluid property equation.]
  1204. FLDATA10,COF2,Label,Value 
  1205. [FLDATA11 | Specifies the COF3 coefficient of the fluid property equation.]
  1206. FLDATA11,COF3,Label,Value 
  1207. [FLDATA12 | Sets the property update frequency flag.]
  1208. FLDATA12,PROP,Label,Value 
  1209. [FLDATA13 | Sets the property variation flag.]
  1210. FLDATA13,VARY,Label,Value 
  1211. [FLDATA14 | Specifies the reference temperature.]
  1212. FLDATA14,TEMP,Label,Value 
  1213. [FLDATA15 | Specifies the reference pressure.]
  1214. FLDATA15,PRES,Label,Value 
  1215. [FLDATA16 | Specifies the bulk modulus parameter.]
  1216. FLDATA16,BULK,Label,Value 
  1217. [FLDATA17 | Specifies the specific heat ratio.]
  1218. FLDATA17,GAMM,Label,Value 
  1219. [FLDATA18 | Selects the algebraic solver.]
  1220. FLDATA18,METH,Label,Value 
  1221. [FLDATA19 | Specifies the number of TDMA sweeps.]
  1222. FLDATA19,TDMA,Label,Value 
  1223. [FLDATA2 | Sets iteration and output controls for steady state analyses.]
  1224. FLDATA2,ITER,Label,Value 
  1225. [FLDATA20 | Specifies the number of conjugate direction search vectors.]
  1226. FLDATA20,SRCH,Label,Value 
  1227. [FLDATA20A | Specifies the amount of fill in when preconditioning the coefficient matrix.]
  1228. FLDATA20A,PGMR,Label,Value 
  1229. [FLDATA20B | Specifies the number of fill ins for the ILU preconditioner.]
  1230. FLDATA20B,PBCGM,Label,Value 
  1231. [FLDATA21 | Specifies the convergence criterion for FLOTRAN algebraic solvers.]
  1232. FLDATA21,CONV,Label,Value 
  1233. [FLDATA22 | Specifies the maximum number of semi direct iterations.]
  1234. FLDATA22,MAXI,Label,Value 
  1235. [FLDATA23 | Specifies the solver minimum normalized rate of change.]
  1236. FLDATA23,DELT,Label,Value 
  1237. [FLDATA24 | Sets the turbulence model and the constants used in the Standard k epsilon Model and the Zero Equation Turbulence Model.]
  1238. FLDATA24,TURB,Label,Value 
  1239. [FLDATA24A | Sets constants for the Re Normalized Group Turbulence Model (RNG).]
  1240. FLDATA24A,RNGT,Label,Value 
  1241. [FLDATA24B | Sets constants for the k ? Turbulence Model due to Shih (NKE).]
  1242. FLDATA24B,NKET,Label,Value 
  1243. [FLDATA24C | Sets constants for the Nonlinear Turbulence Model of Girimaji (GIR).]
  1244. FLDATA24C,GIRT,Label,Value 
  1245. [FLDATA24D | Sets constants for the Shih,Zhu,Lumley Turbulence Model (SZL).]
  1246. FLDATA24D,SZLT,Label,Value 
  1247. [FLDATA25 | Sets solution and property relaxation factors.]
  1248. FLDATA25,RELX,Label,Value 
  1249. [FLDATA26 | Sets stability controls.]
  1250. FLDATA26,STAB,Label,Value 
  1251. [FLDATA27 | Controls dependent variable printing.]
  1252. FLDATA27,PRIN,Label,Value 
  1253. [FLDATA28 | Specifies that variable results are to be replaced.]
  1254. FLDATA28,MODR,Label,Value 
  1255. [FLDATA29 | Re initializes a results variable.]
  1256. FLDATA29,MODV,Label,Value 
  1257. [FLDATA3 | Sets the convergence monitors for the degree of freedom set.]
  1258. FLDATA3,TERM,Label,Value 
  1259. [FLDATA30 | Controls the quadrature orders.]
  1260. FLDATA30,QUAD,Label,Value 
  1261. [FLDATA31 | Specifies dependent variable caps.]
  1262. FLDATA31,CAPP,Label,Value 
  1263. [FLDATA32 | Controls restart options.]
  1264. FLDATA32,REST,Label,Value,Value2,Fname,Ext,-- 
  1265. [FLDATA33 | Specifies the approach to discretize the advection term.]
  1266. FLDATA33,ADVM,Label,Value 
  1267. [FLDATA34 | Sets modified inertial relaxation factors.]
  1268. FLDATA34,MIR,Label,Value 
  1269. [FLDATA35 | Specifies tolerances for the lower and upper bound of the volume fraction.]
  1270. FLDATA35,VFTOL,Label,Value 
  1271. [FLDATA36 | Specifies ambient reference values outside of the fluid for the volume of fluid (VOF) method.]
  1272. FLDATA36,AMBV,Label,Value 
  1273. [FLDATA37 | Specifies segregated solution or film coefficient algorithms.]
  1274. FLDATA37,ALGR,Label,Value 
  1275. [FLDATA38 | Specifies the mass type for a fluid transient analysis.]
  1276. FLDATA38,MASS,Label,Value 
  1277. [FLDATA4 | Sets controls for transient analyses based on transient time and convergence monitors or sets time integration method.]
  1278. FLDATA4,TIME,Label,Value 
  1279. [FLDATA4A | Sets controls for transient analyses based on the number of time steps.]
  1280. FLDATA4A,STEP,Label,Value 
  1281. [FLDATA5 | Sets output and storage controls.]
  1282. FLDATA5,OUTP,Label,Value 
  1283. [FLDATA6 | Controls the output of the convergence monitor.]
  1284. FLDATA6,CONV,Label,Value 
  1285. [FLDATA7 | Specifies the type of fluid property.]
  1286. FLDATA7,PROT,Label,Value 
  1287. [FLDATA8 | Specifies the NOMI coefficient of the fluid property equation.]
  1288. FLDATA8,NOMI,Label,Value 
  1289. [FLDATA9 | Specifies the COF1 coefficient of the fluid property equation.]
  1290. FLDATA9,COF1,Label,Value 
  1291. [FLIST | Lists force loads on the nodes.]
  1292. FLIST,NODE1,NODE2,NINC 
  1293. [FLLIST | Lists the fatigue location parameters.]
  1294. FLLIST,NLOC1,NLOC2,NINC 
  1295. [FLOCHECK | Sets up and runs a zero iteration FLOTRAN analysis.]
  1296. FLOCHECK,Key 
  1297. [FLOTRAN |"Specifies""FLOTRAN data settings""as the subsequent status topic."]
  1298. FLOTRAN 
  1299. [FLREAD | Reads the residual file written by the FLOTRAN CFD option.]
  1300. FLREAD,Fname,Ext,-- 
  1301. [FLST | Specifies data required for a picking operation (GUI).]
  1302. FLST,NFIELD,NARG,TYPE,Otype,LENG 
  1303. [FLUXV | Calculates the flux passing through a closed contour.]
  1304. FLUXV 
  1305. [FMAGBC | Applies force and torque boundary conditions to an element component.]
  1306. FMAGBC,Cnam1,Cnam2,Cnam3,Cnam4,Cnam5,Cnam6,Cnam7,Cnam8,Cnam9 
  1307. [FMAGSUM | Summarizes electromagnetic force calculations on element components.]
  1308. FMAGSUM,Cnam1,Cnam2,Cnam3,Cnam4,Cnam5,Cnam6,Cnam7,Cnam8,Cnam9 
  1309. [FOR2D | Calculates magnetic forces on a body.]
  1310. FOR2D 
  1311. [FORCE | Selects the element nodal force type for output.]
  1312. FORCE,Lab 
  1313. [FORM | Specifies the format of the file dump.]
  1314. FORM,Lab 
  1315. [FP | Defines the fatigue S vs. N and Sm vs. T tables.]
  1316. FP,STITM,C1,C2,C3,C4,C5,C6 
  1317. [FPLIST | Lists the property table stored for fatigue evaluation.]
  1318. FPLIST 
  1319. [FREQ | Defines the frequency points for the SV vs. FREQ tables.]
  1320. FREQ,FREQ1,FREQ2,FREQ3,FREQ4,FREQ5,FREQ6,FREQ7,FREQ8,FREQ9 
  1321. [FS | Stores fatigue stress components at a node.]
  1322. FS,NODE,NEV,NLOD,STITM,C1,C2,C3,C4,C5,C6 
  1323. [FSAN | Turns a fluid solid interaction analysis on or off.]
  1324. FSAN,Key 
  1325. [FSCALE | Scales force load values in the database.]
  1326. FSCALE,RFACT,IFACT 
  1327. [FSCO | Sets convergence values for a fluid solid interaction analysis.]
  1328. FSCO,Lab,VALUE 
  1329. [FSDELE | Deletes a stress condition for a fatigue location,event,and loading.]
  1330. FSDELE,NLOC,NEV,NLOD 
  1331. [FSDT | Sets time step increment for a fluid solid interaction analysis.]
  1332. FSDT,INC 
  1333. [FSIN | Specifies the interface load transfer option for a fluid solid interaction analysis.]
  1334. FSIN,Opt 
  1335. [FSIT | Sets the maximum number of stagger iterations for a fluid solid interaction analysis.]
  1336. FSIT,Val1 
  1337. [FSLIST | Lists the stresses stored for fatigue evaluation.]
  1338. FSLIST,NLOC1,NLOC2,NINC,NEV,NLOD 
  1339. [FSNODE | Calculates and stores the stress components at a node for fatigue.]
  1340. FSNODE,NODE,NEV,NLOD 
  1341. [FSOR | Specifies analysis order for a fluid solid interaction analysis.]
  1342. FSOR,First,Second 
  1343. [FSOU | Sets output frequency for a fluid solid interaction analysis.]
  1344. FSOU,Freq 
  1345. [FSPLOT | Displays a fatigue stress item for a fatigue location and event.]
  1346. FSPLOT,NLOC,NEV,ITEM 
  1347. [FSRE | Sets relaxation values for a fluid solid interaction analysis.]
  1348. FSRE,Lab,VALUE 
  1349. [FSRS | Specifies time or load step number for restart of a fluid structure interaction analysis.]
  1350. FSRS,Opt,VALUE 
  1351. [FSSECT | Calculates and stores total linearized stress components.]
  1352. FSSECT,RHO,NEV,NLOD,KBR 
  1353. [FSSOLV | Performs a coupled steady state fluid structural analysis.]
  1354. FSSOLV,Fluitit,Strutit,DIMN,Mcomp,Xcomp,FORCTOL,MOMETOL,STRUTOL,MXLOOP,FLUITER,RUSEKY,RESTKY 
  1355. [FSSTAT | Lists the settings for a fluid solid interaction analysis.]
  1356. FSSTAT 
  1357. [FSTI | Sets end time and load time for a fluid solid interaction analysis.]
  1358. FSTI,ENDTIME,LOADTIME 
  1359. [FSTR | Specifies static or transient analyses for a fluid solid interaction analysis.]
  1360. FSTR,Field,Type 
  1361. [FSUM | Sums the nodal force and moment contributions of elements.]
  1362. FSUM,LAB,ITEM 
  1363. [FTCALC | Performs fatigue calculations for a particular node location.]
  1364. FTCALC,NLOC,NODE 
  1365. [FTRAN | Transfers solid model forces to the finite element model.]
  1366. FTRAN 
  1367. [FTSIZE | Defines the fatigue data storage array.]
  1368. FTSIZE,MXLOC,MXEV,MXLOD 
  1369. [FTWRITE | Writes all currently stored fatigue data on a file.]
  1370. FTWRITE,Fname,Ext,-- 
  1371. [FVMESH | Generates nodes and tetrahedral volume elements from detached exterior area elements (facets).]
  1372. FVMESH,KEEP 
  1373. [GAP |"Specifies""Reduced transient gap conditions""as the subsequent status topic."]
  1374. GAP 
  1375. [GAPF | Defines the gap force data to be stored in a variable.]
  1376. GAPF,NVAR,NUM,Name 
  1377. [GAPFINISH | Exits from the CAD import topology repair stage.]
  1378. GAPFINISH 
  1379. [GAPLIST | Lists all joined or disjoined lines in a model (for models imported from CAD files).]
  1380. GAPLIST,Lab 
  1381. [GAPMERGE | Merges adjacent disjoined lines (for models imported from CAD files).]
  1382. GAPMERGE,Lab,VAL1,VAL2,VAL3 
  1383. [GAPOPT | Sets preferences for the CAD import repair commands.]
  1384. GAPOPT,Lab,Value 
  1385. [GAPPLOT | Plots all joined or disjoined lines (for models imported from CAD files).]
  1386. GAPPLOT,Lab 
  1387. [GAUGE | Gauges the problem domain for an edge element formulation.]
  1388. GAUGE,Opt 
  1389. [GCGEN | Generates 2 D or 3 D contact elements.]
  1390. GCGEN,Ccomp,Tcomp,NUMC,RADC,Tlab,Shape 
  1391. [GENOPT |"Specifies""General options""as the subsequent status topic."]
  1392. GENOPT 
  1393. [GEOM | Defines the geometry specifications for the radiation matrix calculation.]
  1394. GEOM,K2D,NDIV 
  1395. [GEOMETRY |"Specifies""Geometry""as the subsequent status topic."]
  1396. GEOMETRY 
  1397. [GMFACE | Specifies the facet representation used to form solid models.]
  1398. GMFACE,Lab,N 
  1399. [GP | Defines a gap condition for transient analyses.]
  1400. GP,NODE1,NODE2,Lab,STIF,GAP,DAMP 
  1401. [GPDELE | Deletes gap conditions.]
  1402. GPDELE,GAP1,GAP2,GINC 
  1403. [GPLIST | Lists the gap conditions.]
  1404. GPLIST,GAP1,GAP2,GINC 
  1405. [GPLOT | Controls general plotting.]
  1406. GPLOT 
  1407. [GRP | Specifies the grouping mode combination method.]
  1408. GRP,SIGNIF,Label 
  1409. [GSBDATA | Specifies the constraints or applies the load at the ending point for generalized plane strain option.]
  1410. GSBDATA,LabZ,VALUEZ,LabX,VALUEX,LabY,VALUEY 
  1411. [GSGDATA | Specifies the reference point and defines the geometry in the fiber direction for the generalized plane strain element option.]
  1412. GSGDATA,LFIBER,XREF,YREF,ROTX0,ROTY0 
  1413. [GSLIST | When using generalized plane strain,lists the input data or solutions.]
  1414. GSLIST,Lab 
  1415. [GSSOL | Specifies which results to store from the results file when using generalized plane strain.]
  1416. GSSOL,NVAR,Item,Comp,Name 
  1417. [GSUM | Calculates and prints geometry items.]
  1418. GSUM 
  1419. [HARFRQ | Defines the frequency range in the harmonic response analysis.]
  1420. HARFRQ,FREQB,FREQE 
  1421. [HELP | Displays help information on ANSYS commands and element types.]
  1422. HELP,Name 
  1423. [HELPDISP | Displays help information on DISPLAY program commands.]
  1424. HELPDISP,Commandname 
  1425. [HEMIOPT | Specifies options for Hemicube view factor calculation.]
  1426. HEMIOPT,HRES 
  1427. [HFANG | Defines or displays spatial angles of a spherical radiation surface for antenna parameter calculations.]
  1428. HFANG,Lab,PHI1,PHI2,THETA1,THETA2 
  1429. [HFEIGOPT | Specifies high frequency electromagnetic modal analysis options.]
  1430. HFEIGOPT,Lab,Val1 
  1431. [HFEREFINE | Refines 3 D High Frequency Tetrahedral elements (HF119).]
  1432. HFEREFINE,FACTOR 
  1433. [HFNEAR | Calculates the electromagnetic field at points in the near zone exterior to the equivalent source surface (flagged with the Maxwell surface flag in the preprocessor).]
  1434. HFNEAR,Lab,VAL,X,Y,Z,CS 
  1435. [HFPCSWP | Calculates the propagating constants of a transmission line or waveguide over a frequency range.]
  1436. HFPCSWP,FREQB,FREQE,FREQINC,Nummode 
  1437. [HFPORT | Specifies a time harmonic guided wave excitation for a waveguide port.]
  1438. HFPORT,Portnum,Porttype,Local,Opt1,Opt2,VAL1,VAL2,VAL3,VAL4,VAL5 
  1439. [HFSCAT | Specifies a high frequency scattering analysis.]
  1440. HFSCAT,Lab 
  1441. [HFSWEEP | Performs a harmonic response for a high frequency electromagnetic wave guide analysis.]
  1442. HFSWEEP,FREQB,FREQE,FREQINC,Portin,Port2,Port3,Port4,Pvolt,Pang,Pdist,Vpath,Ipath,Vsymm,Isymm 
  1443. [HFSYM | Indicates the presence of symmetry planes for the computation of high frequency electromagnetic fields in the near and far field domains (beyond the finite element region).]
  1444. HFSYM,KCN,Xkey,Ykey,Zkey 
  1445. [HMAGSOLV | Specifies 2 D or axisymmetric harmonic magnetic solution options and initiates the solution.]
  1446. HMAGSOLV,FREQ,NRAMP,CNVA,CNVV,CNVC,CNVE,NEQIT 
  1447. [HPGL | Specifies various HP options.]
  1448. HPGL,Kywrd,Opt1,Opt2 
  1449. [HPTCREATE | Defines a hard point.]
  1450. HPTCREATE,TYPE,ENTITY,NHP,LABEL,VAL1,VAL2,VAL3 
  1451. [HPTDELETE | Deletes selected hardpoints.]
  1452. HPTDELETE,NP1,NP2,NINC 
  1453. [HRCPLX | Computes and stores in the database the time harmonic solution at a prescribed phase angle.]
  1454. HRCPLX,LOADSTEP,SUBSTEP,OMEGAT,1STLCASE,2NDLCASE 
  1455. [HREXP | Specifies the phase angle for the harmonic analysis expansion pass.]
  1456. HREXP,ANGLE 
  1457. [HROPT | Specifies harmonic analysis options.]
  1458. HROPT,Method,MAXMODE,MINMODE 
  1459. [HROUT | Specifies the harmonic analysis output options.]
  1460. HROUT,Reimky,Clust,Mcont 
  1461. [CHECK | Checks current database items for completeness.]
  1462. CHECK,Sele,Levl 
  1463. [CHKMSH | Checks area and volume entities for previous meshes.]
  1464. CHKMSH,Comp 
  1465. [IC | Specifies initial conditions at nodes.]
  1466. IC,NODE,Lab,VALUE,VALUE2,NEND,NINC 
  1467. [ICDELE | Deletes initial conditions at nodes.]
  1468. ICDELE 
  1469. [ICE | Specifies initial conditions on elements.]
  1470. ICE,ELEM,Lab,VALUE 
  1471. [ICEDELE | Deletes initial conditions on elements.]
  1472. ICEDELE,ELEM,Lab 
  1473. [ICELIST | Lists initial conditions on elements.]
  1474. ICELIST,ELEM,Lab 
  1475. [ICLIST | Lists the initial conditions.]
  1476. ICLIST,NODE1,NODE2,NINC,Lab 
  1477. [ICVFRC | Sets the initial volume fraction field for a geometry.]
  1478. ICVFRC,Geom,VAL1,VAL2,VAL3,VAL4 
  1479. [IGESIN | Transfers IGES data from a file into ANSYS.]
  1480. IGESIN,Fname,Ext,-- 
  1481. [IGESOUT | Writes solid model data to a file in IGES Version 5.1 format.]
  1482. IGESOUT,Fname,Ext,--,ATT 
  1483. [IMAGIN | Forms an imaginary variable from a complex variable.]
  1484. IMAGIN,IR,IA,--,--,Name,--,--,FACTA 
  1485. [IMESH | Generates nodes and interface elements along lines or areas.]
  1486. IMESH,LAKY,NSLA,NTLA,KCN,DX,DY,DZ,TOL 
  1487. [IMMED | Allows immediate display of a model as it is generated.]
  1488. IMMED,KEY 
  1489. [IMPD | Calculates the impedance of a conductor at a reference plane.]
  1490. IMPD,Vpath,Ipath,Vsymm,Isymm 
  1491. [INRES | Identifies the data to be retrieved from the results file.]
  1492. INRES,Item1,Item2,Item3,Item4,Item5,Item6,Item7,Item8 
  1493. [INRTIA |"Specifies""Inertial loads""as the subsequent status topic."]
  1494. INRTIA 
  1495. [INT1 | Integrates a variable.]
  1496. INT1,IR,IY,IX,╘╟÷,Name,╘╟÷,╘╟÷,FACTA,FACTB,CONST 
  1497. [INTSRF | Integrates nodal results on an exterior surface.]
  1498. INTSRF,Lab 
  1499. [IOPTN | Controls options relating to importing a model.]
  1500. IOPTN,Lab,VAL1 
  1501. [IRLF | Specifies that inertia relief calculations are to be performed.]
  1502. IRLF,KEY 
  1503. [IRLIST | Prints inertia relief summary table.]
  1504. IRLIST 
  1505. [ISFILE | Reads an initial stress state from a file into ANSYS.]
  1506. ISFILE,Option,Fname,Ext,--,LOC,MAT1,MAT2,MAT3,MAT4,MAT5,MAT6,MAT7,MAT8,MAT9,MAT10 
  1507. [ISTRESS | Defines a set of initial stress values.]
  1508. ISTRESS,Sx,Sy,Sz,Sxy,Syz,Sxz,MAT1,MAT2,MAT3,MAT4,MAT5,MAT6,MAT7,MAT8,MAT9,MAT10 
  1509. [ISWRITE | Writes an ASCII file containing the initial stress values.]
  1510. ISWRITE,Switch 
  1511. [JPEG | Provides JPEG file export for ANSYS displays.]
  1512. JPEG,Kywrd,OPT 
  1513. [K | Defines a keypoint.]
  1514. K,NPT,X,Y,Z 
  1515. [KATT | Associates attributes with the selected,unmeshed keypoints.]
  1516. KATT,MAT,REAL,TYPE,ESYS 
  1517. [KBC | Specifies stepped or ramped loading within a load step.]
  1518. KBC,KEY 
  1519. [KBETW | Creates a keypoint between two existing keypoints.]
  1520. KBETW,KP1,KP2,KPNEW,Type,VALUE 
  1521. [KCALC | Calculates stress intensity factors in fracture mechanics analyses.]
  1522. KCALC,KPLAN,MAT,KCSYM,KLOCPR 
  1523. [KCENTER | Creates a keypoint at the center of a circular arc defined by three locations.]
  1524. KCENTER,Type,VAL1,VAL2,VAL3,VAL4,KPNEW 
  1525. [KCLEAR | Deletes nodes and point elements associated with selected keypoints.]
  1526. KCLEAR,NP1,NP2,NINC 
  1527. [KDELE | Deletes unmeshed keypoints.]
  1528. KDELE,NP1,NP2,NINC 
  1529. [KDIST | Calculates and lists the distance between two keypoints.]
  1530. KDIST,KP1,KP2 
  1531. [KEEP | Stores POST26 definitions and data during active session.]
  1532. KEEP,Key 
  1533. [KESIZE | Specifies the edge lengths of the elements nearest a keypoint.]
  1534. KESIZE,NPT,SIZE,FACT1,FACT2 
  1535. [KEYOPT | Sets element key options.]
  1536. KEYOPT,ITYPE,KNUM,VALUE 
  1537. [KEYPTS |"Specifies""Keypoints""as the subsequent status topic."]
  1538. KEYPTS 
  1539. [KEYW | Sets a keyword used by the GUI for context filtering (GUI).]
  1540. KEYW,Keyword,KEY 
  1541. [KFILL | Generates keypoints between two keypoints.]
  1542. KFILL,NP1,NP2,NFILL,NSTRT,NINC,SPACE 
  1543. [KGEN | Generates additional keypoints from a pattern of keypoints.]
  1544. KGEN,ITIME,NP1,NP2,NINC,DX,DY,DZ,KINC,NOELEM,IMOVE 
  1545. [KL | Generates a keypoint at a specified location on an existing line.]
  1546. KL,NL1,RATIO,NK1 
  1547. [KLIST | Lists the defined keypoints or hard points.]
  1548. KLIST,NP1,NP2,NINC,Lab 
  1549. [KMESH | Generates nodes and point elements at keypoints.]
  1550. KMESH,NP1,NP2,NINC 
  1551. [KMODIF | Modifies an existing keypoint.]
  1552. KMODIF,NPT,X,Y,Z 
  1553. [KMOVE | Calculates and moves a keypoint to an intersection.]
  1554. KMOVE,NPT,KC1,X1,Y1,Z1,KC2,X2,Y2,Z2 
  1555. [KNODE | Defines a keypoint at an existing node location.]
  1556. KNODE,NPT,NODE 
  1557. [KPLOT | Displays the selected keypoints.]
  1558. KPLOT,NP1,NP2,NINC,Lab 
  1559. [KPSCALE | Generates a scaled set of (meshed) keypoints from a pattern of keypoints.]
  1560. KPSCALE,NP1,NP2,NINC,RX,RY,RZ,KINC,NOELEM,IMOVE 
  1561. [KREFINE | Refines the mesh around specified keypoints.]
  1562. KREFINE,NP1,NP2,NINC,LEVEL,DEPTH,POST,RETAIN 
  1563. [KSCALE | Generates a scaled pattern of keypoints from a given keypoint pattern.]
  1564. KSCALE,KINC,NP1,NP2,NINC,RX,RY,RZ 
  1565. [KSCON | Specifies a keypoint about which an area mesh will be skewed.]
  1566. KSCON,NPT,DELR,KCTIP,NTHET,RRAT 
  1567. [KSEL | Selects a subset of keypoints or hard points.]
  1568. KSEL,Type,Item,Comp,VMIN,VMAX,VINC,KABS 
  1569. [KSLL | Selects those keypoints contained in the selected lines.]
  1570. KSLL,Type 
  1571. [KSLN | Selects those keypoints associated with the selected nodes.]
  1572. KSLN,Type 
  1573. [KSUM | Calculates and prints geometry statistics of the selected keypoints.]
  1574. KSUM 
  1575. [KSYMM | Generates a reflected set of keypoints.]
  1576. KSYMM,Ncomp,NP1,NP2,NINC,KINC,NOELEM,IMOVE 
  1577. [KTRAN | Transfers a pattern of keypoints to another coordinate system.]
  1578. KTRAN,KCNTO,NP1,NP2,NINC,KINC,NOELEM,IMOVE 
  1579. [KUSE | Specifies whether or not to reuse the triangularized matrix.]
  1580. KUSE,KEY 
  1581. [KWPAVE | Moves the working plane origin to the average location of keypoints.]
  1582. KWPAVE,P1,P2,P3,P4,P5,P6,P7,P8,P9 
  1583. [KWPLAN | Defines the working plane using three keypoints.]
  1584. KWPLAN,WN,KORIG,KXAX,KPLAN 
  1585. [L | Defines a line between two keypoints.]
  1586. L,P1,P2,NDIV,SPACE,XV1,YV1,ZV1,XV2,YV2,ZV2 
  1587. [L2ANG | Generates a line at an angle with two existing lines.]
  1588. L2ANG,NL1,NL2,ANG1,ANG2,PHIT1,PHIT2 
  1589. [L2TAN | Generates a line tangent to two lines.]
  1590. L2TAN,NL1,NL2 
  1591. [LANG | Generates a straight line at an angle with a line.]
  1592. LANG,NL1,P3,ANG,PHIT,LOCAT 
  1593. [LARC | Defines a circular arc.]
  1594. LARC,P1,P2,PC,RAD 
  1595. [LAREA | Generates the shortest line between two keypoints on an area.]
  1596. LAREA,P1,P2,NAREA 
  1597. [LARGE | Finds the largest (the envelope) of three variables.]
  1598. LARGE,IR,IA,IB,IC,Name,--,--,FACTA,FACTB,FACTC 
  1599. [LATT | Associates element attributes with the selected,unmeshed lines.]
  1600. LATT,MAT,REAL,TYPE,--,KB,KE,SECNUM 
  1601. [LAYER | Specifies the element layer for which data are to be processed.]
  1602. LAYER,NUM 
  1603. [LAYERP26 | Specifies the element layer for which data are to be stored.]
  1604. LAYERP26,NUM 
  1605. [LAYLIST | Lists real constants material properties for layered elements.]
  1606. LAYLIST,IEL,LAYR1,LAYR2,Mplab1,Mplab2 
  1607. [LAYPLOT | Displays the layer stacking sequence for layered elements.]
  1608. LAYPLOT,IEL,LAYR1,LAYR2 
  1609. [LCABS | Specifies absolute values for load case operations.]
  1610. LCABS,LCNO,KABS 
  1611. [LCASE | Reads a load case into the database.]
  1612. LCASE,LCNO 
  1613. [LCCALC |"Specifies""Load case settings""as the subsequent status topic."]
  1614. LCCALC 
  1615. [LCCAT | Concatenates multiple lines into one line for mapped meshing.]
  1616. LCCAT,NL1,NL2 
  1617. [LCDEF | Creates a load case from a set of results on a results file.]
  1618. LCDEF,LCNO,LSTEP,SBSTEP,KIMG 
  1619. [LCFACT | Defines scale factors for load case operations.]
  1620. LCFACT,LCNO,FACT 
  1621. [LCFILE | Creates a load case from an existing load case file.]
  1622. LCFILE,LCNO,Fname,Ext,-- 
  1623. [LCLEAR | Deletes nodes and line elements associated with selected lines.]
  1624. LCLEAR,NL1,NL2,NINC 
  1625. [LCOMB | Combines adjacent lines into one line.]
  1626. LCOMB,NL1,NL2,KEEP 
  1627. [LCOPER | Performs load case operations.]
  1628. LCOPER,Oper,LCASE1,Oper2,LCASE2 
  1629. [LCSEL | Selects a subset of load cases.]
  1630. LCSEL,Type,LCMIN,LCMAX,LCINC 
  1631. [LCSL | Divides intersecting lines at their point(s) of intersection.]
  1632. LCSL,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1633. [LCSUM | Specifies whether to process non summable items in load case operations.]
  1634. LCSUM,Lab 
  1635. [LCWRITE | Creates a load case by writing results to a load case file.]
  1636. LCWRITE,LCNO,Fname,Ext,-- 
  1637. [LCZERO | Zeroes the results portion of the database.]
  1638. LCZERO 
  1639. [LDELE | Deletes unmeshed lines.]
  1640. LDELE,NL1,NL2,NINC,KSWP 
  1641. [LDIV | Divides a single line into two or more lines.]
  1642. LDIV,NL1,RATIO,PDIV,NDIV,KEEP 
  1643. [LDRAG | Generates lines by sweeping a keypoint pattern along path.]
  1644. LDRAG,NK1,NK2,NK3,NK4,NK5,NK6,NL1,NL2,NL3,NL4,NL5,NL6 
  1645. [LDREAD | Reads results from the results file and applies them as loads.]
  1646. LDREAD,Lab,LSTEP,SBSTEP,TIME,KIMG,Fname,Ext,-- 
  1647. [LESIZE | Specifies the divisions and spacing ratio on unmeshed lines.]
  1648. LESIZE,NL1,SIZE,ANGSIZ,NDIV,SPACE,KFORC,LAYER1,LAYER2,KYNDIV 
  1649. [LEXTND | Extends a line at one end by using its slope.]
  1650. LEXTND,NL1,NK1,DIST,KEEP 
  1651. [LFILLT | Generates a fillet line between two intersecting lines.]
  1652. LFILLT,NL1,NL2,RAD,PCENT 
  1653. [LFSURF | Generates surface elements overlaid on the edge of existing solid elements and assigns the extra node as the closest fluid element node.]
  1654. LFSURF,SLINE,TLINE 
  1655. [LGEN | Generates additional lines from a pattern of lines.]
  1656. LGEN,ITIME,NL1,NL2,NINC,DX,DY,DZ,KINC,NOELEM,IMOVE 
  1657. [LGLUE |"Generates new lines by""gluing""lines."]
  1658. LGLUE,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1659. [LGWRITE | Writes the database command log to a file.]
  1660. LGWRITE,Fname,Ext,--,Kedit 
  1661. [LINA | Finds the intersection of a line with an area.]
  1662. LINA,NL,NA 
  1663. [LINE |"Specifies""Lines""as the subsequent status topic."]
  1664. LINE 
  1665. [LINES | Specifies the length of a printed page.]
  1666. LINES,N 
  1667. [LINL | Finds the common intersection of lines.]
  1668. LINL,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1669. [LINP | Finds the pairwise intersection of lines.]
  1670. LINP,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1671. [LINV | Finds the intersection of a line with a volume.]
  1672. LINV,NL,NV 
  1673. [LIST | Lists out the sets in the results file.]
  1674. LIST,LEVEL 
  1675. [LLIST | Lists the defined lines.]
  1676. LLIST,NL1,NL2,NINC,Lab 
  1677. [LMATRIX | Calculates an inductance matrix and the total flux linkage for an N winding coil system.]
  1678. LMATRIX,Symfac,Coilname,Curname,Indname 
  1679. [LMESH | Generates nodes and line elements along lines.]
  1680. LMESH,NL1,NL2,NINC 
  1681. [LNCOLLAPSE | Collapse a line segment to a keypoint (for models imported from CAD files).]
  1682. LNCOLLAPSE,LINE,KEYPOINT 
  1683. [LNDETACH | Detaches lines from neighboring geometric entity (for models imported from CAD files).]
  1684. LNDETACH,LINE1,LINE2,LNINC 
  1685. [LNFILL | Creates a straight line between two keypoints (for models imported from CAD files).]
  1686. LNFILL,KP1,KP2 
  1687. [LNMERGE | Merges two or more connected line segments (for models imported from CAD files).]
  1688. LNMERGE,LN1,LN2,LN3,LN4,LN4,LN6,LN7,LN8,LN9,LN10 
  1689. [LNSPLIT | Splits a line segment into two line segments (for models imported from CAD files).]
  1690. LNSPLIT,LINE,PARAM 
  1691. [LNSRCH | Activates a line search to be used with Newton Raphson.]
  1692. LNSRCH,Key 
  1693. [LOCAL | Defines a local coordinate system by a location and orientation.]
  1694. LOCAL,KCN,KCS,XC,YC,ZC,THXY,THYZ,THZX,PAR1,PAR2 
  1695. [LOVLAP | Overlaps lines.]
  1696. LOVLAP,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1697. [LPLOT | Displays the selected lines.]
  1698. LPLOT,NL1,NL2,NINC 
  1699. [LPTN | Partitions lines.]
  1700. LPTN,NL1,NL2,NL3,NL4,NL5,NL6,NL7,NL8,NL9 
  1701. [LREFINE | Refines the mesh around specified lines.]
  1702. LREFINE,NL1,NL2,NINC,LEVEL,DEPTH,POST,RETAIN 
  1703. [LREVERSE | Reverses the normal of a line,regardless of its connectivity or mesh status.]
  1704. LREVERSE,LNUM,NOEFLIP 
  1705. [LROTAT | Generates circular lines by rotating a keypoint pattern about an axis.]
  1706. LROTAT,NK1,NK2,NK3,NK4,NK5,NK6,PAX1,PAX2,ARC,NSEG 
  1707. [LSBA | Subtracts areas from lines.]
  1708. LSBA,NL,NA,SEPO,KEEPL,KEEPA 
  1709. [LSBL | Subtracts lines from lines.]
  1710. LSBL,NL1,NL2,SEPO,KEEP1,KEEP2 
  1711. [LSBV | Subtracts volumes from lines.]
  1712. LSBV,NL,NV,SEPO,KEEPL,KEEPV 
  1713. [LSBW | Subtracts the intersection of the working plane from lines (divides lines).]
  1714. LSBW,NL,SEPO,KEEP 
  1715. [LSCLEAR | Clears loads and load step options from the database.]
  1716. LSCLEAR,Lab 
  1717. [LSDELE | Deletes load step files.]
  1718. LSDELE,LSMIN,LSMAX,LSINC 
  1719. [LSEL | Selects a subset of lines.]
  1720. LSEL,Type,Item,Comp,VMIN,VMAX,VINC,KSWP 
  1721. [LSLA | Selects those lines contained in the selected areas.]
  1722. LSLA,Type 
  1723. [LSLK | Selects those lines containing the selected keypoints.]
  1724. LSLK,Type,LSKEY 
  1725. [LSOPER |"Specifies""Load step operations""as the subsequent status topic."]
  1726. LSOPER 
  1727. [LSREAD | Reads load and load step option data into the database.]
  1728. LSREAD,LSNUM 
  1729. [LSSCALE | Generates a scaled set of lines from a pattern of lines.]
  1730. LSSCALE,NL1,NL2,NINC,RX,RY,RZ,KINC,NOELEM,IMOVE 
  1731. [LSSOLVE | Reads and solves multiple load steps.]
  1732. LSSOLVE,LSMIN,LSMAX,LSINC 
  1733. [LSTR | Defines a straight line irrespective of the active coordinate system.]
  1734. LSTR,P1,P2 
  1735. [LSUM | Calculates and prints geometry statistics of the selected lines.]
  1736. LSUM 
  1737. [LSWRITE | Writes load and load step option data to a file.]
  1738. LSWRITE,LSNUM 
  1739. [LSYMM | Generates lines from a line pattern by symmetry reflection.]
  1740. LSYMM,Ncomp,NL1,NL2,NINC,KINC,NOELEM,IMOVE 
  1741. [LTAN | Generates a line at the end of,and tangent to,an existing line.]
  1742. LTAN,NL1,P3,XV3,YV3,ZV3 
  1743. [LTRAN | Transfers a pattern of lines to another coordinate system.]
  1744. LTRAN,KCNTO,NL1,NL2,NINC,KINC,NOELEM,IMOVE 
  1745. [LUMPM | Specifies a lumped mass matrix formulation.]
  1746. LUMPM,Key 
  1747. [LVSCALE | Scales the load vector for mode superposition analyses.]
  1748. LVSCALE,FACT 
  1749. [LWPLAN | Defines the working plane normal to a location on a line.]
  1750. LWPLAN,WN,NL1,RATIO 
  1751. [M | Defines master degrees of freedom for reduced and superelement generation analyses.]
  1752. M,NODE,Lab1,NEND,NINC,Lab2,Lab3,Lab4,Lab5,Lab6 
  1753. [MAGOPT | Specifies options for a 3 D magnetostatic field analysis.]
  1754. MAGOPT,VALUE 
  1755. [MAGSOLV | Specifies magnetic solution options and initiates the solution.]
  1756. MAGSOLV,OPT,NRAMP,CNVCSG,CNVFLUX,NEQIT,BIOT 
  1757. [MASTER |"Specifies""Master DOF""as the subsequent status topic."]
  1758. MASTER 
  1759. [MAT | Sets the element material attribute pointer.]
  1760. MAT,MAT 
  1761. [MATER |"Specifies""Material properties""as the subsequent status topic."]
  1762. MATER 
  1763. [MDAMP | Defines the damping ratios as a function of mode.]
  1764. MDAMP,STLOC,V1,V2,V3,V4,V5,V6 
  1765. [MDELE | Deletes master degrees of freedom.]
  1766. MDELE,NODE,Lab1,NEND,NINC,Lab2,Lab3,Lab4,Lab5,Lab6 
  1767. [MEMM | Allows the current session to keep allocated memory]
  1768. MEMM,Lab,Kywrd 
  1769. [MESHING |"Specifies""Meshing""as the subsequent status topic."]
  1770. MESHING 
  1771. [MGEN | Generates additional MDOF from a previously defined set.]
  1772. MGEN,ITIME,INC,NODE1,NODE2,NINC 
  1773. [MCHECK | Checks mesh connectivity.]
  1774. MCHECK,Lab 
  1775. [MITER | Defines a mitered bend in a piping run.]
  1776. MITER,NEL1,NEL2,RAD,NDIV,ESTRT,EINC 
  1777. [MLIST | Lists the MDOF of freedom.]
  1778. MLIST,NODE1,NODE2,NINC 
  1779. [MMF | Calculates the magnetomotive force along a path.]
  1780. MMF 
  1781. [MODE | Specifies the harmonic loading term for this load step.]
  1782. MODE,MODE,ISYM 
  1783. [MODIFY | Changes the listed values of the data in a set.]
  1784. MODIFY,SET,LSTEP,ITER,CUMIT,TIME,Ktitle 
  1785. [MODMSH | Controls the relationship of the solid model and the FE model.]
  1786. MODMSH,Lab 
  1787. [MODOPT | Specifies modal analysis options.]
  1788. MODOPT,Method,NMODE,FREQB,FREQE,PRMODE,Nrmkey,,Cekey 
  1789. [MONITOR | Controls contents of three variable fields in nonlinear solution monitor file.]
  1790. MONITOR,VAR,Node,Lab 
  1791. [MOPT | Specifies meshing options.]
  1792. MOPT,Lab,Value 
  1793. [MOVE | Calculates and moves a node to an intersection.]
  1794. MOVE,NODE,KC1,X1,Y1,Z1,KC2,X2,Y2,Z2 
  1795. [MP | Defines a linear material property as a constant or a function of temperature.]
  1796. MP,Lab,MAT,C0,C1,C2,C3,C4 
  1797. [MPAMOD | Modifies temperature dependent coefficients of thermal expansion.]
  1798. MPAMOD,MAT,DEFTEMP 
  1799. [MPCOPY | Copies linear material model data from one material reference number to another.]
  1800. MPCOPY,--,MATF,MATT 
  1801. [MPDATA | Defines property data to be associated with the temperature table.]
  1802. MPDATA,Lab,MAT,STLOC,C1,C2,C3,C4,C5,C6 
  1803. [MPDELE | Deletes linear material properties.]
  1804. MPDELE,Lab,MAT1,MAT2,INC 
  1805. [MPDRES | Reassembles existing material data with the temperature table.]
  1806. MPDRES,LabF,MATF,LabT,MATT 
  1807. [MPCHG | Changes the material number attribute of an element.]
  1808. MPCHG,MAT,ELEM 
  1809. [MPLIST | Lists linear material properties.]
  1810. MPLIST,MAT1,MAT2,INC,Lab,TEVL 
  1811. [MPPLOT | Plots linear material properties as a function of temperature.]
  1812. MPPLOT,Lab,MAT,TMIN,TMAX,PMIN,PMAX 
  1813. [MPREAD | Reads a file containing material properties.]
  1814. MPREAD,Fname,Ext,--,LIB 
  1815. [MPRINT | Specifies that radiation matrices are to be printed.]
  1816. MPRINT,KEY 
  1817. [MPTEMP | Defines a temperature table for material properties.]
  1818. MPTEMP,STLOC,T1,T2,T3,T4,T5,T6 
  1819. [MPTGEN | Adds temperatures to the temperature table by generation.]
  1820. MPTGEN,STLOC,NUM,TSTRT,TINC 
  1821. [MPTRES | Restores a temperature table previously defined.]
  1822. MPTRES,Lab,MAT 
  1823. [MPWRITE | Writes linear material properties in the database to a file (if the LIB option is not specified) or writes both linear and nonlinear material properties (if LIB is specified) from the database to a file.]
  1824. MPWRITE,Fname,Ext,--,LIB,MAT 
  1825. [MSADV | Specifies the approach to discretize the advection term in a species transport equation.]
  1826. MSADV,SPNUM,MTHA 
  1827. [MSAVE | Memory savingwhen generating stiffness matrixSets the solver memory saving option. This option only applies to the PCG solver.Solver,memory saving feature]
  1828. MSAVE,Key 
  1829. [MSCAP | Activates and controls mass fraction capping for a species.]
  1830. MSCAP,SPNUM,Capkey,UPPER,LOWER 
  1831. [MSDATA | Defines multiple species data applicable to all species.]
  1832. MSDATA,ALGEB,UGAS 
  1833. [MSHAPE | For elements that support multiple shapes,specifies the element shape to be used for meshing.]
  1834. MSHAPE,KEY,Dimension 
  1835. [MSHCOPY | Simplifies the generation of meshes that have matching node element patterns on two different line groups (in 2 D) or area groups (3 D).]
  1836. MSHCOPY,KEYLA,LAPTRN,LACOPY,KCN,DX,DY,DZ,TOL,LOW,HIGH 
  1837. [MSHKEY | Specifies whether free meshing or mapped meshing should be used to mesh a model.]
  1838. MSHKEY,KEY 
  1839. [MSHMID | Specifies placement of midside nodes.]
  1840. MSHMID,KEY 
  1841. [MSHPATTERN | Specifies pattern to be used for mapped triangle meshing.]
  1842. MSHPATTERN,KEY 
  1843. [MSMASS | Specifies the mass type for a transient species analysis.]
  1844. MSMASS,SPNUM,Value 
  1845. [MSMETH | Specifies the method of solution of the species transport equations.]
  1846. MSMETH,SPNUM,KEY 
  1847. [MSMIR | Sets modified inertial relaxation factors for multiple species.]
  1848. MSMIR,SPNUM,Value 
  1849. [MSNOMF | Specifies the initial value of nominal mass fraction for a species.]
  1850. MSNOMF,SPNUM,FRACTION 
  1851. [MSPROP | Defines the fluid properties of a species.]
  1852. MSPROP,SPNUM,Label,Type,NOMINAL,COF1,COF2,COF3 
  1853. [MSQUAD | Specifies the quadrature order for multiple species elements.]
  1854. MSQUAD,QDIF,QSRC 
  1855. [MSRELAX | Specifies relaxation factors for a multiple species transport analysis.]
  1856. MSRELAX,SPNUM,CONC,MDIF,EMDI,STAB 
  1857. [MSSOLU | Specifies solution options for multiple species transport.]
  1858. MSSOLU,SPNUM,NSWEEP,MAXI,NSRCH,CONV,DELMAX 
  1859. [MSSPEC | Specifies the name,molecular weight,and Schmidt number of a species.]
  1860. MSSPEC,SPNUM,Name,MOLWT,SCHMIDT 
  1861. [MSTERM | Sets the convergence monitors for species.]
  1862. MSTERM,SPNUM,STER,TTER 
  1863. [MSVARY | Allows species properties to vary between global iterations.]
  1864. MSVARY,SPNUM,Lab,Key 
  1865. [MXPAND | Specifies the number of modes to expand and write for a modal or buckling analysis.]
  1866. MXPAND,NMODE,FREQB,FREQE,Elcalc,SIGNIF 
  1867. [N | Defines a node.]
  1868. N,NODE,X,Y,Z,THXY,THYZ,THZX 
  1869. [NANG | Rotates a nodal coordinate system by direction cosines.]
  1870. NANG,NODE,X1,X2,X3,Y1,Y2,Y3,Z1,Z2,Z3 
  1871. [NCNV | Sets the key to terminate an analysis.]
  1872. NCNV,KSTOP,DLIM,ITLIM,ETLIM,CPLIM 
  1873. [NDELE | Deletes nodes.]
  1874. NDELE,NODE1,NODE2,NINC 
  1875. [NDIST | Calculates and lists the distance between two nodes.]
  1876. NDIST,ND1,ND2 
  1877. [NDSURF | Generates surface elements overlaid on the edge of existing elements and assigns the extra node as the closest fluid element node.]
  1878. NDSURF,Snode,Telem,DIMN 
  1879. [NEQIT | Specifies the maximum number of equilibrium iterations for nonlinear analyses.]
  1880. NEQIT,NEQIT 
  1881. [NFORCE | Sums the nodal forces and moments of elements attached to nodes.]
  1882. NFORCE,ITEM 
  1883. [NGEN | Generates additional nodes from a pattern of nodes.]
  1884. NGEN,ITIME,INC,NODE1,NODE2,NINC,DX,DY,DZ,SPACE 
  1885. [NKPT | Defines a node at an existing keypoint location.]
  1886. NKPT,NODE,NPT 
  1887. [NLGEOM | Includes large deflection effects in a static or full transient analysis.]
  1888. NLGEOM,Key 
  1889. [NLIST | Lists nodes.]
  1890. NLIST,NODE1,NODE2,NINC,Lcoord,SORT1,SORT2,SORT3 
  1891. [NLOG | Forms the natural log of a variable.]
  1892. NLOG,IR,IA,--,--,Name,--,--,FACTA,FACTB 
  1893. [NLOPT |"Specifies""Nonlinear analysis options""as the subsequent status topic."]
  1894. NLOPT 
  1895. [NMODIF | Modifies an existing node.]
  1896. NMODIF,NODE,X,Y,Z,THXY,THYZ,THZX 
  1897. [NOCOLOR | Removes color from graphics displays.]
  1898. NOCOLOR,KEY 
  1899. [NODES |"Specifies""Nodes""as the subsequent status topic."]
  1900. NODES 
  1901. [NOOFFSET | Prevents the CDREAD command from offsetting specified data items]
  1902. NOOFFSET,Label 
  1903. [NOORDER | Re establishes the original element ordering.]
  1904. NOORDER,Lab 
  1905. [NORA | Rotates nodal coordinate systems to surface normal]
  1906. NORA,AREA,NDIR 
  1907. [NORL | Rotates nodal coordinate systems perpendicular to line normal]
  1908. NORL,LINE,AREA,NDIR 
  1909. [NPLOT | Displays nodes.]
  1910. NPLOT,KNUM 
  1911. [NPRINT | Defines which time points stored are to be listed.]
  1912. NPRINT,N 
  1913. [NREAD | Reads nodes from a file.]
  1914. NREAD,Fname,Ext,-- 
  1915. [NREFINE | Refines the mesh around specified nodes.]
  1916. NREFINE,NN1,NN2,NINC,LEVEL,DEPTH,POST,RETAIN 
  1917. [NRLSUM | Specifies the Naval Research Laboratory (NRL) sum mode combination method.]
  1918. NRLSUM,SIGNIF,Label 
  1919. [NROPT | Specifies the Newton Raphson options in a static or full transient analysis.]
  1920. NROPT,Option,--,Adptky 
  1921. [NROTAT | Rotates nodal coordinate systems into the active system.]
  1922. NROTAT,NODE1,NODE2,NINC 
  1923. [NRRANG | Specifies the range of nodes to be read from the node file.]
  1924. NRRANG,NMIN,NMAX,NINC 
  1925. [NRRES | Writes Newton Raphson residual information to a file for the specified number of equilibrium iterations.]
  1926. NRRES,Key,MaxFile 
  1927. [NSCALE | Generates a scaled set of nodes from a pattern of nodes.]
  1928. NSCALE,INC,NODE1,NODE2,NINC,RX,RY,RZ 
  1929. [NSEL | Selects a subset of nodes.]
  1930. NSEL,Type,Item,Comp,VMIN,VMAX,VINC,KABS 
  1931. [NSLA | Selects those nodes associated with the selected areas.]
  1932. NSLA,Type,NKEY 
  1933. [NSLE | Selects those nodes attached to the selected elements.]
  1934. NSLE,Type,NodeType,Num 
  1935. [NSLK | Selects those nodes associated with the selected keypoints.]
  1936. NSLK,Type 
  1937. [NSLL | Selects those nodes associated with the selected lines.]
  1938. NSLL,Type,NKEY 
  1939. [NSLV | Selects those nodes associated with the selected volumes.]
  1940. NSLV,Type,NKEY 
  1941. [NSMOOTH | Smooths selected nodes among selected elements.]
  1942. NSMOOTH,NPASS 
  1943. [NSOL | Specifies nodal data to be stored from the results file.]
  1944. NSOL,NVAR,NODE,Item,Comp,Name 
  1945. [NSORT | Sorts nodal data.]
  1946. NSORT,Item,Comp,ORDER,KABS,NUMB,SEL 
  1947. [NSTORE | Defines which time points are to be stored.]
  1948. NSTORE,TINC 
  1949. [NSUBST | Specifies the number of substeps to be taken this load step.]
  1950. NSUBST,NSBSTP,NSBMX,NSBMN,Carry 
  1951. [NSVR | Defines the number of variables for user programmable element options.]
  1952. NSVR,ITYPE,NSTV 
  1953. [NSYM | Generates a reflected set of nodes.]
  1954. NSYM,Ncomp,INC,NODE1,NODE2,NINC 
  1955. [NUMCMP | Compresses the numbering of defined items.]
  1956. NUMCMP,Label 
  1957. [NUMEXP | Specifies solutions to be expanded from reduced analyses.]
  1958. NUMEXP,NUM,BEGRNG,ENDRNG,Elcalc 
  1959. [NUMMRG | Merges coincident or equivalently defined items.]
  1960. NUMMRG,Label,TOLER,GTOLER,Action,Switch 
  1961. [NUMOFF | Adds a number offset to defined items.]
  1962. NUMOFF,Label,VALUE 
  1963. [NUMSTR | Establishes starting numbers for automatically numbered items.]
  1964. NUMSTR,Label,VALUE 
  1965. [NUMVAR | Specifies the number of variables allowed in POST26.]
  1966. NUMVAR,NV 
  1967. [NUSORT | Restores original order for nodal data.]
  1968. NUSORT 
  1969. [NWPAVE | Moves the working plane origin to the average location of nodes.]
  1970. NWPAVE,N1,N2,N3,N4,N5,N6,N7,N8,N9 
  1971. [NWPLAN | Defines the working plane using three nodes.]
  1972. NWPLAN,WN,NORIG,NXAX,NPLAN 
  1973. [NWRITE | Writes nodes to a file.]
  1974. NWRITE,Fname,Ext,--,KAPPND 
  1975. [OMEGA | Specifies the rotational velocity of the structure.]
  1976. OMEGA,OMEGX,OMEGY,OMEGZ,KSPIN 
  1977. [OPADD | Forms a set of optimization parameters by adding two sets.]
  1978. OPADD,NRES,NUM1,NUM2,C1,C2 
  1979. [OPANL | Defines the analysis file to be used for optimization looping.]
  1980. OPANL,Fname,Ext,-- 
  1981. [OPCLR | Clears the optimization database.]
  1982. OPCLR 
  1983. [OPDATA | Identifies the file where optimization data is to be saved.]
  1984. OPDATA,Fname,Ext,-- 
  1985. [OPDEL | Deletes optimization design sets.]
  1986. OPDEL,NSET1,NSET2 
  1987. [OPEQN | Controls curve fitting for the subproblem approximation method.]
  1988. OPEQN,KFOBJ,KFSV,KWGHT,KOPPR,INOPT 
  1989. [OPERATE |"Specifies""Operation data""as the subsequent status topic."]
  1990. OPERATE 
  1991. [OPEXE | Initiates optimization looping.]
  1992. OPEXE 
  1993. [OPFACT | Defines the type of factorial evaluation to be performed.]
  1994. OPFACT,Type 
  1995. [OPFRST | Defines specifications for the first order optimization method.]
  1996. OPFRST,NITR,SIZE,DELTA 
  1997. [OPGRAD | Specifies which design set will be used for gradient evaluation.]
  1998. OPGRAD,Dset,DELTA 
  1999. [OPKEEP | Specifies whether to save the best set results and database file.]
  2000. OPKEEP,Key 
  2001. [OPLFA | Displays the results of a factorial evaluation.]
  2002. OPLFA,Name,Effect,EMIN,EMAX 
  2003. [OPLGR | Graphs the results of a gradient evaluation.]
  2004. OPLGR,Pname,Dvnam1,Dvnam2,Dvnam3,Dvnam4,Dvnam5,Dvnam6 
  2005. [OPLIST | Displays the parameters for design sets.]
  2006. OPLIST,SET1,SET2,LKEY 
  2007. [OPLOOP | Specifies controls for optimization looping.]
  2008. OPLOOP,Read,Dvar,Parms 
  2009. [OPLSW | Graphs the results of a global sweep generation.]
  2010. OPLSW,Pname,Dvnam1,Dvnam2,Dvnam3,Dvnam4,Dvnam5,Dvnam6 
  2011. [OPMAKE | Creates a design set using active scalar parameter values.]
  2012. OPMAKE 
  2013. [OPNCONTROL | Sets decision parameter for automatically increasing the time step interval.]
  2014. OPNCONTROL,Lab,VALUE,NUMSTEP 
  2015. [OPPRNT | Activates detailed optimization summary printout.]
  2016. OPPRNT,Key 
  2017. [OPRAND | Defines the number of iterations for a random optimization.]
  2018. OPRAND,NITR,NFEAS 
  2019. [OPRESU | Reads optimization data into the optimization database.]
  2020. OPRESU,Fname,Ext,-- 
  2021. [OPRFA | Prints the results of a factorial evaluation.]
  2022. OPRFA,Name 
  2023. [OPRGR | Prints the results of a gradient evaluation.]
  2024. OPRGR,Name 
  2025. [OPRSW | Prints the results of a global sweep generation.]
  2026. OPRSW,Name 
  2027. [OPSAVE | Writes all optimization data to a file.]
  2028. OPSAVE,Fname,Ext,-- 
  2029. [OPSEL | Selects design sets for subsequent optimization looping.]
  2030. OPSEL,NSEL 
  2031. [OPSUBP | Defines number of iterations for subproblem approximation method.]
  2032. OPSUBP,NITR,NINFS 
  2033. [OPSWEEP | Specifies the reference point and number of evaluation points for a sweep generation.]
  2034. OPSWEEP,Dset,NSPS 
  2035. [OPTYPE | Specifies the optimization method to be used.]
  2036. OPTYPE,Mname 
  2037. [OPUSER | Defines specifications for user supplied external optimization.]
  2038. OPUSER,NITR,VAL1,VAL2,VAL3,VAL4,VAL5,VAL6,VAL7,VAL8 
  2039. [OPVAR | Specifies the parameters to be treated as optimization variables.]
  2040. OPVAR,Name,Type,MIN,MAX,TOLER 
  2041. [OUTOPT |"Specifies""Output options""as the subsequent status topic."]
  2042. OUTOPT 
  2043. [OUTPR | Controls the solution printout.]
  2044. OUTPR,Item,FREQ,Cname 
  2045. [OUTRES | Controls the solution data written to the database.]
  2046. OUTRES,Item,FREQ,Cname 
  2047. [PADELE | Deletes a defined path.]
  2048. PADELE,DELOPT 
  2049. [PAGET | Writes current path information into an array variable.]
  2050. PAGET,PARRAY,POPT 
  2051. [PAPUT | Retrieves path information from an array variable.]
  2052. PAPUT,PARRAY,POPT 
  2053. [PARESU | Restores previously saved paths from a file.]
  2054. PARESU,Lab,Fname,Ext,-- 
  2055. [PARRES | Reads parameters from a file.]
  2056. PARRES,Lab,Fname,Ext,-- 
  2057. [PARSAV | Writes parameters to a file.]
  2058. PARSAV,Lab,Fname,Ext,-- 
  2059. [PARTSEL | Selects a subset of parts in an explicit dynamic analysis.]
  2060. PARTSEL,Type,PMIN,PMAX,PINC 
  2061. [PASAVE | Saves selected paths to an external file.]
  2062. PASAVE,Lab,Fname,Ext,-- 
  2063. [PATH | Defines a path name and establishes parameters for the path.]
  2064. PATH,NAME,nPts,nSets,nDiv 
  2065. [PCALC | Forms additional labeled path items by operating on existing path items.]
  2066. PCALC,Oper,LabR,Lab1,Lab2,FACT1,FACT2,CONST 
  2067. [PCIRC | Creates a circular area centered about the working plane origin.]
  2068. PCIRC,RAD1,RAD2,THETA1,THETA2 
  2069. [PCONV | Sets convergence values for p method solutions.]
  2070. PCONV,TOLER,Item,Comp,NODE,Surf 
  2071. [PCORRO | Specifies the allowable exterior corrosion thickness for a piping run.]
  2072. PCORRO,CTK 
  2073. [PCROSS | Calculates the cross product of two path vectors along the current path.]
  2074. PCROSS,LabXR,LabYR,LabZR,LabX1,LabY1,LabZ1,LabX2,LabY2,LabZ2 
  2075. [PDANL | Defines the analysis file to be used for probabilistic looping.]
  2076. PDANL,Fname,Ext,-- 
  2077. [PDCDF | Plots the cumulative distribution function.]
  2078. PDCDF,Rlab,Name,Type,CONF,NMAX 
  2079. [PDCFLD | Calculates a correlation field and stores it into an ANSYS array.]
  2080. PDCFLD,ParR,Entity,Ctype,CLENGTH 
  2081. [PDCLR | Clears the probabilistic design database.]
  2082. PDCLR,Type 
  2083. [PDCMAT | Prints the correlation coefficient matrix.]
  2084. PDCMAT,Rlab,Matrix,Name1,Name2,Corr,SLEVEL,Popt 
  2085. [PDCORR | Specifies the correlation between two random input variables.]
  2086. PDCORR,Name1,Name2,CORR 
  2087. [PDDMCS | Specifies options for Monte Carlo Simulations using direct sampling.]
  2088. PDDMCS,NSIM,--,Astop,ACCMEAN,ACCSTDEV,CHECK,Seed 
  2089. [PDDOEL | Defines design of experiment levels for an individual random input variable.]
  2090. PDDOEL,Name,Method,Vtype,Lopt,VAL1,VAL2,VAL3,VAL4,VAL5 
  2091. [PDEF | Interpolates an item onto a path.]
  2092. PDEF,Lab,Item,Comp,Avglab 
  2093. [PDEXE | Executes the probabilistic analysis.]
  2094. PDEXE,Slab,MRUN,NFAIL,FOPT,Fname 
  2095. [PDHIST | Plots the frequency histogram.]
  2096. PDHIST,Rlab,Name,NCL,Type 
  2097. [PDINQR | Evaluates statistical characteristics of a random input variable.]
  2098. PDINQR,Rpar,Name,Type,VAL 
  2099. [PDLHS | Specifies options for Monte Carlo Simulations using Latin Hypercube sampling.]
  2100. PDLHS,NSIM,NREP,ISopt,--,Astop,ACCMEAN,ACCSTDV,CHECK,Seed 
  2101. [PDMETH | Specifies the probabilistic analysis method.]
  2102. PDMETH,Method,Samp 
  2103. [PDOT | Calculates the dot product of two path vectors along the current path.]
  2104. PDOT,LabR,LabX1,LabY1,LabZ1,LabX2,LabY2,LabZ2 
  2105. [PDPINV | Prints the result of the inversion of a probability.]
  2106. PDPINV,Rlab,Name,PROB,--,CONF 
  2107. [PDPLOT | Plots the distribution curves of a defined random input variable.]
  2108. PDPLOT,Name,PLOW,PUP 
  2109. [PDPROB | Prints a probability result.]
  2110. PDPROB,Rlab,Name,Relation,LIMIT,--,CONF 
  2111. [PDRAG | Defines the external fluid drag loading for a piping run.]
  2112. PDRAG,PX1,PY1,PZ1,H1,PX2,PY2,PZ2,H2,Kcord 
  2113. [PDRESU | Reads the probabilistic model data and loads it into the database.]
  2114. PDRESU,Fname,Ext,-- 
  2115. [PDROPT | Specifies the options for an HTML report.]
  2116. PDROPT,RVAR,CORR,STAT,SHIS,HIST,CDF,SENS,CMAT,CONF 
  2117. [PDSAVE | Writes the probabilistic model data to a file.]
  2118. PDSAVE,Fname,Ext,-- 
  2119. [PDSCAT | Plots a scatter graph.]
  2120. PDSCAT,Rlab,Name1,Name2,Type,ORDER,NMAX 
  2121. [PDSENS | Plots the probabilistic sensitivities.]
  2122. PDSENS,Rlab,Name,Chart,Type,SLEVEL 
  2123. [PDSHIS | Plots the sample history values.]
  2124. PDSHIS,Rlab,Name,Type,CONF 
  2125. [PDUSER | Specifies options for user specified sampling methods.]
  2126. PDUSER,Fname,Ext,-- 
  2127. [PDVAR | Specifies the parameters to be treated as probabilistic design variables.]
  2128. PDVAR,Name,Type,PAR1,PAR2,PAR3,PAR4 
  2129. [PDWRITE | Generates an HTML report for the probabilistic analyses.]
  2130. PDWRITE,File,Fnam,Lnam 
  2131. [PEMOPTS | Defines percentage tolerance and error estimation method for electrostatic p Method solution.]
  2132. PEMOPTS,TOLER,Method 
  2133. [PERBC2D | Generates periodic constraints for 2 D planar magnetic field analyses.]
  2134. PERBC2D,LOC1,LOC2,LOCTOL,R1,R2,TOLR,OPT,PLNOPT 
  2135. [PERI | Specifies periodic boundary conditions in an incompressible flow analysis.]
  2136. PERI,DX,DY,DZ 
  2137. [PEXCLUDE | Specifies elements to be excluded from p level escalations.]
  2138. PEXCLUDE,ELEM 
  2139. [PFACT | Calculates participation factors for the PSD or multi point response spectrum table.]
  2140. PFACT,TBLNO,Excit,Parcor 
  2141. [PFLUID | Defines the contained fluid density for a piping run.]
  2142. PFLUID,DENS 
  2143. [PGAP | Defines a spring gap constraint in a piping run.]
  2144. PGAP,NLOC,K,DX,DY,DZ,GAP,ELEM 
  2145. [PGRAPH | Specifies the location from which graphics data will be retrieved for viewing.]
  2146. PGRAPH,Option,Fname,Fext,-- 
  2147. [PGRSET | Defines the data set to be read from the PGR file.]
  2148. PGRSET,Lstep,SBSTEP,--,KIMG,TIME,--,NSET 
  2149. [PGSAVE | Creates a PowerGraphics (PGR) file from results data.]
  2150. PGSAVE,Fname,Fext,--,DataType,InteriorKey,Append 
  2151. [PGSELE | Select a subset of elements for display with the PGR viewer.]
  2152. PGSELE,Type,Item,,VMIN,VMAX,VINC 
  2153. [PGWRITE | Writes selected solution data to the PGR file for faster post processing access.]
  2154. PGWRITE,Label,Fname,Fext,--,DataType,InteriorKey,Append 
  2155. [PHYSICS | Writes,reads,or lists all element information]
  2156. PHYSICS,Option,Title,Fname,Ext,-- 
  2157. [PINCLUDE | Specifies elements to be included in p level escalations.]
  2158. PINCLUDE,ELEM 
  2159. [PINSUL | Defines the external insulation constants in a piping run.]
  2160. PINSUL,DENS,ITK 
  2161. [PIPE |"Specifies""Pipe modeling""as the subsequent status topic."]
  2162. PIPE 
  2163. [PIVCHECK | Prevents a batch mode,linear static analysis from stopping when a negative or zero equation solver pivot value is encountered.]
  2164. PIVCHECK,KEY 
  2165. [PLCONV | Plots the convergence curve for specified items from a p method solution.]
  2166. PLCONV,Item,Comp,NODE,Surf 
  2167. [PLCPLX | Specifies the part of a complex variable to display.]
  2168. PLCPLX,KEY 
  2169. [PLCRACK | Displays cracking and crushing locations in SOLID65 elements.]
  2170. PLCRACK,LOC,NUM 
  2171. [PLDISP | Displays the displaced structure.]
  2172. PLDISP,KUND 
  2173. [PLESOL | Displays the solution results as discontinuous element contours.]
  2174. PLESOL,Item,Comp,KUND,Fact 
  2175. [PLETAB | Displays element table items.]
  2176. PLETAB,Itlab,Avglab 
  2177. [PLF2D | Generates a contour line plot of equipotentials.]
  2178. PLF2D,NCONT,OLAY,ANUM,WIN 
  2179. [PLHFFAR | Displays electromagnetic far fields far field parameters.]
  2180. PLHFFAR,Opt,Lab,PHI1,PHI2,NPHI,THETA1,THETA2,NTHETA,RADIUS,CS,Comp
  2181. [PLLS | Displays element table items as contoured areas along elements.]
  2182. PLLS,LabI,LabJ,Fact,KUND 
  2183. [PLNSOL | Displays results as continuous contours.]
  2184. PLNSOL,Item,Comp,KUND,Fact,FileID 
  2185. [PLOT | Forms a display.]
  2186. PLOT,NSTRT,NEND,NINC 
  2187. [PLOTTING |"Specifies""Plotting settings""as the subsequent status topic."]
  2188. PLOTTING 
  2189. [PLPAGM | Displays path items along the path geometry.]
  2190. PLPAGM,Item,Gscale,Nopt 
  2191. [PLPATH | Displays path items on a graph.]
  2192. PLPATH,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6 
  2193. [PLSECT | Displays membrane and membrane plus bending linearized stresses.]
  2194. PLSECT,Item,Comp,RHO,KBR 
  2195. [PLSP | Displays S parameters on an XY graph.]
  2196. PLSP,Opt,Pnum1,Pnum2,Pnum3,Pnum4,Pnum5,Pnum6 
  2197. [PLTIME | Defines the time range for which data are to be displayed.]
  2198. PLTIME,TMIN,TMAX 
  2199. [PLTRAC | Displays a particle flow or charged particle trace on an element display.]
  2200. PLTRAC,Analopt,Item,Comp,TRPNum,Name,MXLOOP,TOLER,OPTION 
  2201. [PLVAR | Displays up to ten variables in the form of a graph.]
  2202. PLVAR,NVAR1,NVAR2,NVAR3,NVAR4,NVAR5,NVAR6,NVAR7,NVAR8,NVAR9,NVAR10 
  2203. [PLVAROPT | Displays up to ten parameters in the form of a graph.]
  2204. PLVAROPT,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6,Lab7,Lab8,Lab9,Lab10 
  2205. [PLVECT | Displays results as vectors.]
  2206. PLVECT,Item,Lab2,Lab3,LabP,Mode,Loc,Edge 
  2207. [PLVFRC | Displays volume fractions in a volume of fluid (VOF) analysis.]
  2208. PLVFRC,CONT 
  2209. [PLWAVE | Specifies a free space time harmonic incident plane electromagnetic wave.]
  2210. PLWAVE,Ex,Ey,Ez,AngX,AngZ 
  2211. [PMAP | Creates mapping of the path geometry by defining path interpolation division points.]
  2212. PMAP,FORM,DISCON 
  2213. [PMETH |"Specifies""p""Method""as the subsequent status topic."]
  2214. PMETH 
  2215. [PMGTRAN | Summarizes electromagnetic results from a transient analysis.]
  2216. PMGTRAN,Fname,FREQ,Fcnam1,Fcnam2,Pcnam1,Pcnam2,Ecnam1,Ccnam1 
  2217. [PMLOPT | Defines perfectly matched layers (PMLs) for a high frequency analysis.]
  2218. PMLOPT,ESYS,Lab,Xminus,Xplus,Yminus,Yplus,Zminus,Zplus 
  2219. [PMOPTS | Defines percentage tolerance for a p Method solution.]
  2220. PMOPTS,TOLER 
  2221. [PNGR | Provides PNG file export for ANSYS displays.]
  2222. PNGR,Kywrd,OPT,VAL 
  2223. [POINT |"Specifies""Point flow tracing settings""as the subsequent status topic."]
  2224. POINT 
  2225. [POLY | Creates a polygonal area based on working plane coordinate pairs.]
  2226. POLY 
  2227. [POPT | Selects the piping analysis standard for a piping run.]
  2228. POPT,Lop1 
  2229. [POUTRES | controls the nodal DOF and computed element results graphics data that is written to the PGR file.]
  2230. POUTRES,Item1,Item2,Item2,.........Item12,
  2231. [POWERH | Calculates the rms power loss in a conductor or lossy dielectric.]
  2232. POWERH 
  2233. [PPATH | Defines a path by picking or defining nodes,or locations on the currently active working plane,or by entering specific coordinate locations.]
  2234. PPATH,POINT,NODE,X,Y,Z,CS 
  2235. [PPLOT | Displays an element plot indicating each element's final p level.]
  2236. PPLOT 
  2237. [PPRANGE | Specifies a range of p level values for use in a p method solution.]
  2238. PPRANGE,START,MAX 
  2239. [PPRES | Defines the internal pressure for a piping run.]
  2240. PPRES,PRESS 
  2241. [PRANGE | Determines the pathrange.]
  2242. PRANGE,LINC,VMIN,VMAX,XVAR 
  2243. [PRCONV | Lists convergence values versus characteristic p level.]
  2244. PRCONV 
  2245. [PRCPLX | Defines the output form for complex variables.]
  2246. PRCPLX,KEY 
  2247. [PRECISION | Specifies machine precision for solvers (currently valid only for PCG solvers).]
  2248. PRECISION,LABEL 
  2249. [PRED | Activates a predictor in a nonlinear analysis.]
  2250. PRED,Sskey,--,Lskey 
  2251. [PRERR | Prints SEPC and TEPC.]
  2252. PRERR 
  2253. [PRESOL | Prints the solution results for elements.]
  2254. PRESOL,Item,Comp 
  2255. [PRETAB | Prints the element table items.]
  2256. PRETAB,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6,Lab7,Lab8,Lab9 
  2257. [PRHFFAR | Prints electromagnetic far fields and far field parameters.]
  2258. PRHFFAR,Opt,Lab,PHI1,PHI2,NPHI,THETA1,THETA2,NTHETA,RADIUS,CS,Comp 
  2259. [PRI2 | Creates a polygonal area or a prism volume by vertices (GUI).]
  2260. PRI2,P51X,Z1,Z2 
  2261. [PRIM |"Specifies""Solid model primitives""as the subsequent status topic."]
  2262. PRIM 
  2263. [PRINT |"Specifies""Print settings""as the subsequent status topic."]
  2264. PRINT 
  2265. [PRISM | Creates a prism volume based on working plane coordinate pairs.]
  2266. PRISM,Z1,Z2 
  2267. [PRITER | Prints solution summary data.]
  2268. PRITER 
  2269. [PRNLD | Prints the summed element nodal loads.]
  2270. PRNLD,Lab,TOL,Item 
  2271. [PRNSOL | Prints the nodal solution results.]
  2272. PRNSOL,Item,Comp 
  2273. [PROD | Multiplies variables.]
  2274. PROD,IR,IA,IB,IC,Name,--,--,FACTA,FACTB,FACTC 
  2275. [PRPATH | Prints path items along a geometry path.]
  2276. PRPATH,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6 
  2277. [PRRFOR | Used with the FORCE command. Prints the constrained node reaction solution.]
  2278. PRRFOR,Lab 
  2279. [PRRSOL | Prints the constrained node reaction solution.]
  2280. PRRSOL,Lab 
  2281. [PRSECT | Calculates and prints linearized stresses along a section path.]
  2282. PRSECT,RHO,KBR 
  2283. [PRSSOL | Prints BEAM188 and BEAM189 section results.]
  2284. PRSSOL,Item,Comp 
  2285. [PRTIME | Defines the time range for which data are to be listed.]
  2286. PRTIME,TMIN,TMAX 
  2287. [PRVAR | Lists variables vs. time (or frequency).]
  2288. PRVAR,NVAR1,NVAR2,NVAR3,NVAR4,NVAR5,NVAR6 
  2289. [PRVAROPT | Lists up to ten optimization parameters.]
  2290. PRVAROPT,Lab1,Lab2,Lab3,Lab4,Lab5,Lab6,Lab7,Lab8,Lab9,Lab10 
  2291. [PRVECT | Prints results as vector magnitude and direction cosines.]
  2292. PRVECT,Item,Lab2,Lab3,LabP 
  2293. [PSCR | Specifies various PostScript options.]
  2294. PSCR,Kywrd,KEY 
  2295. [PSDCOM | Specifies the power spectral density mode combination method.]
  2296. PSDCOM,SIGNIF,COMODE 
  2297. [PSDFRQ | Defines the frequency points for the input spectrum vs. FREQ tables of PSD and multi point spectrum analyses.]
  2298. PSDFRQ,TBLNO1,TBLNO2,FREQ1,FREQ2,FREQ3,FREQ4,FREQ5,FREQ6,FREQ7 
  2299. [PSDGRAPH | Displays input PSD curves]
  2300. PSDGRAPH,TBLNO1,TBLNO2 
  2301. [PSDRES | Controls solution output written to the results file from a PSD analysis.]
  2302. PSDRES,Lab,RelKey 
  2303. [PSDSPL | Defines a partially correlated excitation in a PSD analysis.]
  2304. PSDSPL,TBLNO,RMIN,RMAX 
  2305. [PSDUNIT | Defines the type of PSD or multi point response spectrum.]
  2306. PSDUNIT,TBLNO,Type,GVALUE 
  2307. [PSDVAL | Defines PSD or multi point response spectrum values.]
  2308. PSDVAL,TBLNO,SV1,SV2,SV3,SV4,SV5,SV6,SV7 
  2309. [PSDWAV | Defines a wave propagation excitation in a PSD analysis.]
  2310. PSDWAV,TBLNO,VX,VY,VZ 
  2311. [PSEL | Selects a path or paths.]
  2312. PSEL,Type,Pname1,Pname2,Pname3,Pname4,Pname5,Pname6,Pname7,Pname8,Pname9,Pname10 
  2313. [PSMESH | Create and mesh a pretension section]
  2314. PSMESH,SECID,Name,P0,Egroup,NUM,KCN ,KDIR,VALUE,NDPLANE,PSTOL,PSTYPE,ECOMP,NCOMP 
  2315. [PSOLVE | Directs the program to perform a partial solution.]
  2316. PSOLVE,Lab 
  2317. [PSPEC | Defines pipe material and dimensions.]
  2318. PSPEC,MAT,DNOM,SCHED,OD,TK 
  2319. [PSPRNG | Defines a spring constraint in a piping run.]
  2320. PSPRNG,NLOC,TYPE,K,DX,DY,DZ,ELEM 
  2321. [PSTRES | Specifies whether prestress effects are to be included.]
  2322. PSTRES,Key 
  2323. [PTEMP | Defines the pipe wall temperatures in a piping run.]
  2324. PTEMP,TOUT,TIN 
  2325. [PTXY | Defines coordinate pairs for use in polygons and prisms.]
  2326. PTXY,X1,Y1,X2,Y2,X3,Y3,X4,Y4 
  2327. [PUNIT | Selects the system of length units to be used in a piping run.]
  2328. PUNIT,KOPT 
  2329. [PVECT | Interpolates a set of items onto a path.]
  2330. PVECT,Oper,LabXR,LabYR,LabZR 
  2331. [QDVAL | Defines PSD quadspectral values.]
  2332. QDVAL,TBLNO1,TBLNO2,SV1,SV2,SV3,SV4,SV5,SV6,SV7
  2333. [QFACT | Calculates the quality factor for high frequency electromagnetic resonators.]
  2334. QFACT 
  2335. [QSOPT | Specifies quasi static radiation options.]
  2336. QSOPT,Opt 
  2337. [QUAD | Generates a quadratic line of nodes from three nodes.]
  2338. QUAD,NODE1,NINTR,NODE2,NFILL,NSTRT,NINC,PKFAC 
  2339. [QUOT | Divides two variables.]
  2340. QUOT,IR,IA,IB,--,Name,--,--,FACTA,FACTB
  2341. [R | Defines the element real constants.]
  2342. R,NSET,R1,R2,R3,R4,R5,R6 
  2343. [RACE |"Defines a""racetrack""current source."]
  2344. RACE,XC,YC,RAD,TCUR,DY,DZ,--,--,Cname
  2345. [RADOPT | Specifies Gauss Seidel Radiosity Solver options.]
  2346. RADOPT,FLUXRELX,FLUXTOL,SOLVER,MAXITER,TOLER,OVERRLEX 
  2347. [RALL | Calculates solver statistics and run time estimates.]
  2348. RALL 
  2349. [RAPPND | Appends results data from the database to the results file.]
  2350. RAPPND,LSTEP,TIME 
  2351. [RATE | Specifies whether the effect of creep strain rate will be used in the solution of a load step.]
  2352. RATE,Option 
  2353. [RBE3 | Distributes the force/moment applied at the master node to a set of slave nodes,taking into account the geometry of the slave nodes as well as weighting factors.]
  2354. RBE3,Master,DOF,Slaves,Wtfact 
  2355. [RCON |"Specifies""Real constants""as the subsequent status topic."]
  2356. RCON 
  2357. [RDELE | Deletes real constant sets.]
  2358. RDELE,NSET1,NSET2,NINC 
  2359. [REAL | Sets the element real constant set attribute pointer.]
  2360. REAL,NSET 
  2361. [REALVAR | Forms a variable using only the real part of a complex variable.]
  2362. REALVAR,IR,IA,--,--,Name,--,--,FACTA
  2363. [RECTNG | Creates a rectangular area anywhere on the working plane.]
  2364. RECTNG,X1,X2,Y1,Y2 
  2365. [REDUCE | Defines a reducer in a piping run.]
  2366. REDUCE,NLOC,LENG,ELEM 
  2367. [REFLCOEF |"Calculates the voltage reflection coefficient (REFLC),standing wave ratio (VSWR),and return loss (RL) in a COAX fed device; at postprocessing of an HF electromagnetic analysis."]
  2368. REFLCOEF,Portin,Pvolt,Pang,Pdist,Vpathy 
  2369. [REORDER |"Specifies""Model reordering""as the subsequent status topic."]
  2370. REORDER 
  2371. [RESCONTROL | Controls file writing for multiframe restarts.]
  2372. RESCONTROL,Action,Ldstep,Frequency,MAXFILES 
  2373. [RESET | Resets all POST1 or POST26 specifications to initial defaults.]
  2374. RESET 
  2375. [RESP | Generates a response spectrum.]
  2376. RESP,IR,LFTAB,LDTAB,ITYPE,RATIO,DTIME,TMIN,TMAX 
  2377. [RESUME | Resumes the database from the database file.]
  2378. RESUME,Fname,Ext,--,NOPAR,KNOPLOT 
  2379. [REXPORT | Exports displacements from an implicit run to ANSYS LS DYNA.]
  2380. REXPORT,Target,--,--,LSTEP,SBSTEP,Fname,Ext,-- 
  2381. [RFILSZ | Estimates file sizes.]
  2382. RFILSZ 
  2383. [RFORCE | Specifies the total reaction force data to be stored.]
  2384. RFORCE,NVAR,NODE,Item,Comp,Name 
  2385. [RIGID | Specifies known rigid body modes (if any) of the model.]
  2386. RIGID,Dof1,Dof2,Dof3,Dof4,Dof5,Dof6 
  2387. [RIMPORT | Imports initial stresses from an explicit dynamics run into ANSYS.]
  2388. RIMPORT,Source,Type,Loc,LSTEP,SBSTEP,Fname,Ext,--,SPSCALE,MSCALE
  2389. [RITER | Supplies an estimate of the number of iterations for time estimates.]
  2390. RITER,NITER 
  2391. [RLIST | Lists the real constant sets.]
  2392. RLIST,NSET1,NSET2,NINC 
  2393. [RMALIST | Lists all defined master nodes for a ROM method.]
  2394. RMALIST 
  2395. [RMANL | Assigns model database,dimensionality,and operating direction for the ROM method.]
  2396. RMANL,Fname,Ext,--,Dimn,Oper
  2397. [RMASTER | Defines master nodes for the ROM method.]
  2398. RMASTER,Node,Lab 
  2399. [RMCAP | Defines lumped capacitance pairs between conductors C1 and C2 for a ROM method.]
  2400. RMCAP,RefName,C1,C2 
  2401. [RMCLIST | Lists all lumped capacitance pairs defined.]
  2402. RMCLIST 
  2403. [RMEMRY | Prints memory statistics for the current model.]
  2404. RMEMRY 
  2405. [RMLVSCALE | Defines element load vector scaling for a ROM use pass.]
  2406. RMLVSCALE,Nload,Fact1,Fact2,Fact3,Fact4,Fact5 
  2407. [RMMLIST | Lists all mode specifications for the ROM method.]
  2408. RMMLIST 
  2409. [RMMRANGE | Defines and edits various modal parameters for the ROM method.]
  2410. RMMRANGE,Mode,Key,Min,Max,Nstep,Damp,Scale 
  2411. [RMMSELECT | Selects modes for the ROM method.]
  2412. RMMSELECT,Nmode,Method,Dmin,Dmax 
  2413. [RMNDISP | Extracts neutral plane displacements from a test load or element load solution for the ROM method.]
  2414. RMNDISP,LoadT,Loc 
  2415. [RMNEVEC | Extracts neutral plane eigenvectors from a modal analysis for the ROM method.]
  2416. RMNEVEC 
  2417. [RMODIF | Modifies real constant sets.]
  2418. RMODIF,NSET,STLOC,V1,V2,V3,V4,V5,V6
  2419. [RMORE | Adds real constants to a set.]
  2420. RMORE,R7,R8,R9,R10,R11,R12 
  2421. [RMPORDER | Defines polynomial orders for ROM functions.]
  2422. RMPORDER,Ord1,Ord2,Ord3,Ord4,Ord5,Ord6,Ord7,Ord8,Ord9
  2423. [RMRESUME | Resumes ROM data from a file.]
  2424. RMRESUME,Fname,Ext,-- 
  2425. [RMRGENERATE | Performs fitting procedure for all ROM functions to generate response surfaces.]
  2426. RMRGENERATE 
  2427. [RMROPTIONS | Defines options for ROM response surface fitting.]
  2428. RMROPTIONS,RefName,Type,Invert 
  2429. [RMRPLOT | Plots response surface of ROM function or its derivatives with respect to the dominant mode(s).]
  2430. RMRPLOT,RefName,Type,Mode1,Mode2 
  2431. [RMRSTATUS | Prints status of response surface for ROM function.]
  2432. RMRSTATUS,RefName 
  2433. [RMSAVE | Saves ROM data to file.]
  2434. RMSAVE,Fname,Ext,-- 
  2435. [RMSMPLE | Runs finite element solutions and obtains sample points for the ROM method.]
  2436. RMSMPLE,Nlgeom,Cap,Seqslv,Eeqslv 
  2437. [RMUSE | Activates ROM use pass for ROM elements.]
  2438. RMUSE,Option,Usefil 
  2439. [RMXPORT | Exports ROM model to external VHDL AMS simulator.]
  2440. RMXPORT 
  2441. [ROCK | Specifies a rocking response spectrum.]
  2442. ROCK,CGX,CGY,CGZ,OMX,OMY,OMZ 
  2443. [RPOLY | Creates a regular polygonal area centered about the working plane origin.]
  2444. RPOLY,NSIDES,LSIDE,MAJRAD,MINRAD 
  2445. [RPR4 | Creates a regular polygonal area or prism volume anywhere on the working plane.]
  2446. RPR4,NSIDES,XCENTER,YCENTER,RADIUS,THETA,DEPTH 
  2447. [RPRISM | Creates a regular prism volume centered about the working plane origin.]
  2448. RPRISM,Z1,Z2,NSIDES,LSIDE,MAJRAD,MINRAD 
  2449. [RPSD | Computes response power spectral density (PSD).]
  2450. RPSD,IR,IA,IB,ITYPE,DATUM,Name 
  2451. [RSFIT | Fit a response surface for an output parameter in a solution set.]
  2452. RSFIT,RSlab,Slab,Name,Rmod,Ytrans,Yval,Xfilt,CONF
  2453. [RSPEED | Supplies system performance information for use in time estimates.]
  2454. RSPEED,MIPS,SMFLOP,VMFLOP 
  2455. [RSPLOT | Plot a response surface.]
  2456. RSPLOT,RSlab,YName,X1Name,X2Name,Type,NPTS,PLOW,PUP
  2457. [RSPRNT | Print a response surface.]
  2458. RSPRNT,RSlab,YName 
  2459. [RSSIMS | Performs Monte Carlo simulations on response surface(s).]
  2460. RSSIMS,RSlab,NSIM,Seed 
  2461. [RSTAT | Prints the FE model statistics of the model.]
  2462. RSTAT 
  2463. [RSYS | Activates a coordinate system for printout or display of results.]
  2464. RSYS,KCN 
  2465. [RTHICK | Defines variable thickness at nodes for shell elements.]
  2466. RTHICK,Par,ILOC,JLOC,KLOC,LLOC 
  2467. [RTIMST | Prints runtime estimates.]
  2468. RTIMST 
  2469. [RUN | Defines a pipe run.]
  2470. RUN,DX,DY,DZ,NDIV,NEND,ESTRT,EINC
  2471. [RWFRNT | Generates wavefront statistics and memory requirements.]
  2472. RWFRNT 
  2473. [SABS | Specifies absolute values for element table operations.]
  2474. SABS,KEY 
  2475. [SADD | Forms an element table item by adding two existing items.]
  2476. SADD,LabR,Lab1,Lab2,FACT1,FACT2,CONST 
  2477. [SALLOW | Defines the allowable stress table for safety factor calculations.]
  2478. SALLOW,STRS1,STRS2,STRS3,STRS4,STRS5,STRS6 
  2479. [SARPLOT | Displays areas smaller than a specified size (for models imported from CAD files).]
  2480. SARPLOT,Prefer,VALUE 
  2481. [SAVE | Saves all current database information.]
  2482. SAVE,Fname,Ext,--,Slab 
  2483. [SBCLIST | Lists solid model boundary conditions.]
  2484. SBCLIST 
  2485. [SBCTRAN | Transfers solid model loads and boundary conditions to the FE model.]
  2486. SBCTRAN 
  2487. [SDELETE | DeletingsectionsCross sectionsSectionsDeletes cross sections from the ANSYS database.]
  2488. SDELETE,SFIRST,SLAST,SINC,KNOCLEAN 
  2489. [SE | Defines a superelement.]
  2490. SE,File,--,--,TOLER 
  2491. [SECCONTROLS | Overrides program calculated properties.]
  2492. SECCONTROLS VAL1,VAL2,VAL3,VAL4,VAL5,VAL6,VAL7 
  2493. [SECDATA | Sectionsdescribing geometry ofSubtypes of sectionsSectionssubtypesDescribes the geometry of a section.]
  2494. SECDATA,VAL1,VAL2,VAL3,VAL4,VAL5,VAL6,VAL7,VAL8,VAL9,VAL10
  2495. [SECFUNCTION | Specifies shell section thickness as a tabular function.]
  2496. SECFUNCTION,TABLE 
  2497. [SECMODIF | Modifies a pretension section]
  2498. SECMODIF,SECID,Kywrd 
  2499. [SECNUM | Section IDSets the element section attribute pointer.]
  2500. SECNUM,SECID 
  2501. [SECOFFSET | Sectionsdefining offset ofOffsets for sectionsDefines the section offset for cross sections.]
  2502. SECOFFSET,Location,OFFSET1,OFFSET2,CG-Y,CG-Z,SH-Y,SH-Z
  2503. [SECPLOT | PlottingsectionsPlots the geometry of a beam or shell section to scale.]
  2504. SECPLOT,SECID,VAL1,VAL2 
  2505. [SECREAD | Readinguser defined section libraryReads a customized beam section library or a user defined beam section mesh into ANSYS.]
  2506. SECREAD,Fname,Ext,--,Option 
  2507. [SECTYPE | Sectionsassociating subtype with ID numberAssociates section type information with a section ID number.]
  2508. SECTYPE,SECID,Type,Subtype,Name,REFINEKEY 
  2509. [SECWRITE | User mesh section filesWritinguser mesh section informationCreates an ASCII file containing user mesh section information.]
  2510. SECWRITE,Fname,Ext,--,ELEM_TYPE 
  2511. [SED | Defines the excitation direction for a single point response spectrum.]
  2512. SED,SEDX,SEDY,SEDZ 
  2513. [SEDLIST | Lists the DOF solution of a superelement after the use pass.]
  2514. SEDLIST,Sename,KOPT 
  2515. [SEEXP | Specifies options for the substructure expansion pass.]
  2516. SEEXP,Sename,Usefil,Imagky 
  2517. [SELIST | Lists the contents of a superelement matrix file.]
  2518. SELIST,Sename,KOPT 
  2519. [SELM |"Specifies""Superelements""as the subsequent status topic."]
  2520. SELM 
  2521. [SENERGY | Determines the stored magnetic energy or co energy.]
  2522. SENERGY,OPT,ANTYPE 
  2523. [SEOPT | Specifies substructure analysis options.]
  2524. SEOPT,Sename,SEMATR,SEPR,SESST,EXPMTH 
  2525. [SESYMM | Performs a symmetry operation on a superelement within the use pass.]
  2526. SESYMM,Sename,Ncomp,INC,File,Ext,-- 
  2527. [SET | Defines the data set to be read from the results file.]
  2528. SET,Lstep,SBSTEP,FACT,KIMG,TIME,ANGLE,NSET,ORDER 
  2529. [SETRAN | Creates a superelement from an existing superelement.]
  2530. SETRAN,Sename,KCNTO,INC,File,Ext,--,DX,DY,DZ,NOROT
  2531. [SEXP | Forms an element table item by exponentiating and multiplying.]
  2532. SEXP,LabR,Lab1,Lab2,EXP1,EXP2 
  2533. [SF | Specifies surface loads on nodes.]
  2534. SF,Nlist,Lab,VALUE,VALUE2 
  2535. [SFA | Specifies surface loads on the selected areas.]
  2536. SFA,AREA,LKEY,Lab,VALUE,VALUE2 
  2537. [SFACT | Allows safety factor or margin of safety calculations to be made.]
  2538. SFACT,TYPE 
  2539. [SFADELE | Deletes surface loads from areas.]
  2540. SFADELE,AREA,LKEY,Lab 
  2541. [SFALIST | Lists the surface loads for the specified area.]
  2542. SFALIST,AREA,Lab 
  2543. [SFBEAM | Specifies surface loads on beam elements.]
  2544. SFBEAM,ELEM,LKEY,Lab,VALI,VALJ,VAL2I,VAL2J,IOFFST,JOFFST
  2545. [SFCALC | Calculates the safety factor or margin of safety.]
  2546. SFCALC,LabR,LabS,LabT,TYPE 
  2547. [SFCUM | Specifies that surface loads are to be accumulated.]
  2548. SFCUM,Lab,Oper,FACT,FACT2 
  2549. [SFDELE | Deletes surface loads.]
  2550. SFDELE,Nlist,Lab 
  2551. [SFE | Specifies surface loads on elements.]
  2552. SFE,ELEM,LKEY,Lab,KVAL,VAL1,VAL2,VAL3,VAL4
  2553. [SFEDELE | Deletes surface loads from elements.]
  2554. SFEDELE,ELEM,LKEY,Lab 
  2555. [SFELIST | Lists the surface loads for elements.]
  2556. SFELIST,ELEM,Lab 
  2557. [SFFUN | Specifies a varying surface load.]
  2558. SFFUN,Lab,Par,Par2 
  2559. [SFGRAD | Specifies a gradient (slope) for surface loads.]
  2560. SFGRAD,Lab,SLKCN,Sldir,SLZER,SLOPE 
  2561. [SFL | Specifies surface loads on lines of an area.]
  2562. SFL,LINE,Lab,VALI,VALJ,VAL2I,VAL2J 
  2563. [SFLDELE | Deletes surface loads from lines.]
  2564. SFLDELE,LINE,Lab 
  2565. [SFLIST | Lists surface loads.]
  2566. SFLIST,NODE,Lab 
  2567. [SFLLIST | Lists the surface loads for lines.]
  2568. SFLLIST,LINE,Lab 
  2569. [SFSCALE | Scales surface loads on elements.]
  2570. SFSCALE,Lab,FACT,FACT2 
  2571. [SFTRAN | Transfer the solid model surface loads to the finite element model.]
  2572. SFTRAN 
  2573. [SHELL | Selects a shell element or shell layer location for results output.]
  2574. SHELL,Loc 
  2575. [SHPP | Controls element shape checking.]
  2576. SHPP,Lab,VALUE1,VALUE2 
  2577. [SLIST | Listingsection propertiesSummarizes the section properties for all defined sections in the current session of ANSYS.]
  2578. SLIST,SFIRST,SLAST,SINC,Details,Type 
  2579. [SLOAD | Load a pretension section.]
  2580. SLOAD,SECID,STLOC,VAL1,VAL2,VAL3,VAL4,VAL5,VAL6
  2581. [SLPPLOT | Displays line loops smaller than a specified size (for models imported from CAD files).]
  2582. SLPPLOT,Prefer,VALUE 
  2583. [SLSPLOT | Displays line segments smaller than a specified size (for models imported from CAD files).]
  2584. SLSPLOT,Prefer,VALUE 
  2585. [SMALL | Finds the smallest of three variables.]
  2586. SMALL,IR,IA,IB,IC,Name,--,--,FACTA,FACTB,FACTC
  2587. [SMAX | Forms an element table item from the maximum of two other items.]
  2588. SMAX,LabR,Lab1,Lab2,FACT1,FACT2 
  2589. [SMBODY |"Specifies""Body loads on the solid model""as the subsequent status topic."]
  2590. SMBODY 
  2591. [SMCONS |"Specifies""Constraints on the solid model""as the subsequent status topic."]
  2592. SMCONS 
  2593. [SMFOR |"Specifies""Forces on the solid model""as the subsequent status topic."]
  2594. SMFOR 
  2595. [SMIN | Forms an element table item from the minimum of two other items.]
  2596. SMIN,LabR,Lab1,Lab2,FACT1,FACT2 
  2597. [SMOOTH | Allows smoothing of noisy data and provides a graphical representation of the data.]
  2598. SMOOTH,Vect1,Vect2,DATAP,FITPT,Vect3,Vect4,DISP 
  2599. [SMRTSIZE | Specifies meshing parameters for automatic (smart) element sizing.]
  2600. SMRTSIZE,SIZLVL,FAC,EXPND,TRANS,ANGL,ANGH,GRATIO,SMHLC,SMANC,MXITR,SPRX
  2601. [SMSURF |"Specifies""Surface loads on the solid model""as the subsequent status topic."]
  2602. SMSURF 
  2603. [SMULT | Forms an element table item by multiplying two other items.]
  2604. SMULT,LabR,Lab1,Lab2,FACT1,FACT2 
  2605. [SOLCONTROL | Specifies whether to use optimized nonlinear solution defaults and some enhanced internal solution algorithms.]
  2606. SOLCONTROL,Key1,Key2,Key3,Vtol 
  2607. [SOLU | Specifies solution summary data per substep to be stored.]
  2608. SOLU,NVAR,Item,Comp,Name 
  2609. [SOLUOPT |"Specifies""Solution options""as the subsequent status topic."]
  2610. SOLUOPT 
  2611. [SOLVE | Starts a solution.]
  2612. SOLVE 
  2613. [SORT |"Specifies""Sort settings""as the subsequent status topic."]
  2614. SORT 
  2615. [SOURCE | Defines a default location for undefined nodes or keypoints. ]
  2616. SOURCE,X,Y,Z 
  2617. [SPACE | Defines a space node for radiation using the Radiation Matrix method. ]
  2618. SPACE,NODE 
  2619. [SPARM | Calculates scattering (S) parameters between ports of a network system. ]
  2620. SPARM,Porti,Portj 
  2621. [SPCNOD | Defines a space node for radiation using the Radiosity method. ]
  2622. SPCNOD,ENCL,NODE 
  2623. [SPCTEMP | Defines a free space ambient temperature for radiation using the Radiosity method. ]
  2624. SPCTEMP,ENCL,TEMP 
  2625. [SPEC |"Specifies""Miscellaneous specifications""as the subsequent status topic."]
  2626. SPEC 
  2627. [SPH4 | Creates a spherical volume anywhere on the working plane. ]
  2628. SPH4,XCENTER,YCENTER,RAD1,RAD2
  2629. [SPH5 | Creates a spherical volume by diameter end points.]
  2630. SPH5,XEDGE1,YEDGE1,XEDGE2,YEDGE2 
  2631. [SPHERE | Creates a spherical volume centered about the working plane origin.]
  2632. SPHERE,RAD1,RAD2,THETA1,THETA2 
  2633. [SPLINE | Generates a segmented spline through a series of keypoints.]
  2634. SPLINE,P1,P2,P3,P4,P5,P6,XV1,YV1,ZV1,XV6,YV6,ZV6
  2635. [SPLOT | Displays the selected areas and a faceted view of their underlying surfaces]
  2636. SPLOT,NA1,NA2,NINC,MESH 
  2637. [SPOINT | Defines a point for moment summations.]
  2638. SPOINT,NODE,X,Y,Z 
  2639. [SPOPT | Selects the spectrum type and other spectrum options.]
  2640. SPOPT,Sptype,NMODE,Elcalc 
  2641. [SPREAD | Turns on a dashed tolerance curve for the subsequent curve plots.]
  2642. SPREAD,VALUE 
  2643. [SPSWP | Computes S parameters over a frequency range and writes them to a file.]
  2644. SPSWP,FREQB,FREQE,FREQINC,SwpOpt,EFAcc,OutPut,FileOpt 
  2645. [SPTOPT |"Specifies""Spectrum analysis options""as the subsequent status topic."]
  2646. SPTOPT 
  2647. [SQRT | Forms the square root of a variable.]
  2648. SQRT,IR,IA,--,--,Name,--,--,FACTA
  2649. [SRSS | Specifies the square root of sum of squares mode combination method.]
  2650. SRSS,SIGNIF,Label 
  2651. [SSLN | Selects and displays small lines in the model.]
  2652. SSLN,FACT,SIZE 
  2653. [SSTIF | Activates stress stiffness effects in a nonlinear analysis.]
  2654. SSTIF,Key 
  2655. [SSUM | Calculates and prints the sum of element table items.]
  2656. SSUM 
  2657. [STAT | Displays the status of database settings.]
  2658. STAT 
  2659. [STEF | Specifies Stefan Boltzmann radiation constant.]
  2660. STEF,VALUE 
  2661. [STORE | Stores data in the database for the defined variables.]
  2662. STORE,Lab,NPTS 
  2663. [SUBOPT | Specifies options for subspace iteration eigenvalue extraction.]
  2664. SUBOPT,SUBSIZ,NPAD,NPERBK,NUMSSI,NSHIFT,Strmck,JCGITR 
  2665. [SUBSET | Reads results for the selected portions of the model.]
  2666. SUBSET,Lstep,SBSTEP,FACT,KIMG,TIME,ANGLE,NSET 
  2667. [SUMTYPE | Sets the type of summation to be used in the following load case operations.]
  2668. SUMTYPE,Label 
  2669. [SV | Defines spectrum values to be associated with frequency points.]
  2670. SV,DAMP,SV1,SV2,SV3,SV4,SV5,SV6,SV7,SV8,SV9
  2671. [SVTYP | Defines the type of single point response spectrum.]
  2672. SVTYP,KSV,FACT 
  2673. [SXFREQ | Defines the frequency as input variable for the FS Module or the FEMXplorer.]
  2674. SXFREQ,Name,MIN,MAX,INC,RedOpt 
  2675. [TALLOW | Defines the temperature table for safety factor calculations.]
  2676. TALLOW,TEMP1,TEMP2,TEMP3,TEMP4,TEMP5,TEMP6 
  2677. [TB | Activates a data table for nonlinear material properties or special element input.]
  2678. TB,Lab,MAT,NTEMP,NPTS,TBOPT,EOSOPT 
  2679. [TBCOPY | Copies a data table from one material to another (see ).]
  2680. TBCOPY,Lab,MATF,MATT 
  2681. [TBDATA | Defines data for the data table.]
  2682. TBDATA,STLOC,C1,C2,C3,C4,C5,C6 
  2683. [TBDELE | Deletes previously defined data tables.]
  2684. TBDELE,Lab,MAT1,MAT2,INC 
  2685. [TBFT | Performs curve fitting operations on materials.]
  2686. TBFT,Oper,ID,Option1,Option2,Option3,Option4,Option5,Option6,Option7
  2687. [TBLE |"Specifies""Data table properties""as the subsequent status topic."]
  2688. TBLE 
  2689. [TBLIST | Lists the data tables.]
  2690. TBLIST,Lab,MAT 
  2691. [TBMODIF | Modifies data for the data table (GUI).]
  2692. TBMODIF,ROW,COL,VALUE 
  2693. [TBPLOT | Displays the data table.]
  2694. TBPLOT,Lab,MAT,TBOPT,TEMP,SEGN 
  2695. [TBPT | Defines a point on a stress strain,B H,or gasket pressure closure curve.]
  2696. TBPT,Oper,X,Y 
  2697. [TBTEMP | Defines a temperature for the data table.]
  2698. TBTEMP,TEMP,KMOD 
  2699. [TEE | Defines a tee in a piping run.]
  2700. TEE,NCENT,TYPE,ELEM,EINC,L1,L2,L3
  2701. [TERM | Specifies various terminal driver options.]
  2702. TERM,Kywrd,Opt1,Opt2,Opt3 
  2703. [THOPT | Nonlinear transient thermal solution option.]
  2704. THOPT,Refopt,REFORMTOL,NTABPOINTS,TEMPMIN,TEMPMAX 
  2705. [TCHG | Converts 20 node degenerate tetrahedral elements to their 10 node non degenerate counterparts.]
  2706. TCHG,ELEM1,ELEM2,ETYPE2 
  2707. [TIFF | Provides TIFF file Export for ANSYS Displays.]
  2708. TIFF,Kywrd,OPT 
  2709. [TIME | Sets the time for a load step.]
  2710. TIME,TIME 
  2711. [TIMERANGE | Specifies the time range for which data are to be stored.]
  2712. TIMERANGE,TMIN,TMAX 
  2713. [TIMINT | Turns on transient effects.]
  2714. TIMINT,Key,Lab 
  2715. [TIMP | Improves the quality of tetrahedral elements that are not associated with a volume.]
  2716. TIMP,ELEM,CHGBND,IMPLEVEL 
  2717. [TINTP | Defines transient integration parameters.]
  2718. TINTP,GAMMA,ALPHA,DELTA,THETA,OSLM,TOL,--,--,AVSMOOTH 
  2719. [TLSPRM | Computes S parameters of a transmission line port.]
  2720. TLSPRM,Nr,Ns,Vpath1,Ipath1,Vpath2,Ipath2,Vsymm1,Isymm1,Vsymm2,Isymm2
  2721. [TOCOMP | Defines single or multiple compliance as the topological optimization function.]
  2722. TOCOMP,Refname,Type,NUMLC,LCARR 
  2723. [TODEF | Defines parameters for and initializes topological optimization.]
  2724. TODEF,ACCUR 
  2725. [TOEXE | Executes one topological optimization iteration.]
  2726. TOEXE 
  2727. [TOFFST | Specifies the temperature offset from absolute zero to zero.]
  2728. TOFFST,VALUE 
  2729. [TOFREQ | Defines single or mean frequency formulation as the topological optimization function.]
  2730. TOFREQ,Refname,Type,Nfreq,Frqarr,Targval
  2731. [TOGRAPH | Plots iteration solution of topological optimization.]
  2732. TOGRAPH,Type,Refname 
  2733. [TOLIST | Lists all topological optimization functions currently defined.]
  2734. TOLIST 
  2735. [TOLOOP | Execute several topological optimization iterations.]
  2736. TOLOOP,NITER,PLOT 
  2737. [TOPLOT | Plot current topological density distribution.]
  2738. TOPLOT,AVRG 
  2739. [TOPRINT | Print iteration solution history of topological optimization.]
  2740. TOPRINT,Type,Refname 
  2741. [TORQ2D | Calculates torque on a body in a magnetic field.]
  2742. TORQ2D 
  2743. [TORQC2D | Calculates torque on a body in a magnetic field based on a circular path.]
  2744. TORQC2D,RAD,NUMN,LCSYS 
  2745. [TORQSUM | Summarizes electromagnetic torque calculations on element components.]
  2746. TORQSUM,Cnam1,Cnam2,Cnam3,Cnam4,Cnam5,Cnam6,Cnam7,Cnam8,Cnam9
  2747. [TORUS | Creates a toroidal volume.]
  2748. TORUS,RAD1,RAD2,RAD3,THETA1,THETA2 
  2749. [TOSTAT | Displays topological optimization status and results information.]
  2750. TOSTAT 
  2751. [TOTAL | Specifies automatic MDOF generation.]
  2752. TOTAL,NTOT,NRMDF 
  2753. [TOTYPE | Specifies solution method for topological optimization.]
  2754. TOTYPE,Type 
  2755. [TOVAR | Specifies the objective and constraints for the topological optimization problem.]
  2756. TOVAR,Refname,Type,LOWER,UPPER,Boundtype 
  2757. [TRANS | Reformats File.GRPH for improved performance with plotters.]
  2758. TRANS,Fname,Ext,-- 
  2759. [TRANSFER | Transfers a pattern of nodes to another coordinate system.]
  2760. TRANSFER,KCNTO,INC,NODE1,NODE2,NINC 
  2761. [TREF | Defines the reference temperature for the thermal strain calculations.]
  2762. TREF,TREF 
  2763. [TRNOPT | Specifies transient analysis options.]
  2764. TRNOPT,Method,MAXMODE,Dmpkey,MINMODE 
  2765. [TRPDEL | Deletes particle flow or charged particle trace points.]
  2766. TRPDEL,NTRP1,NTRP2,TRPINC 
  2767. [TRPLIS | Lists the particle flow or charged particle trace points.]
  2768. TRPLIS,NTRP1,NTRP2,TRPINC 
  2769. [TRPOIN | Defines a point through which a particle flow or charged particle trace will travel.]
  2770. TRPOIN,X,Y,Z,VX,VY,VZ,CHRG,MASS
  2771. [TRTIME | Defines the options used for the PLTRAC (particle flow or charged particle trace) command.]
  2772. TRTIME,TIME,SPACING,OFFSET,SIZE,LENGTH 
  2773. [TSHAP | Defines simple 2 D and 3 D geometric surfaces for target segment elements. ]
  2774. TSHAP,Shape 
  2775. [TSRES | Defines an array of keytimes at which the time stepping strategy changes. ]
  2776. TSRES,Array 
  2777. [TUNIF | Assigns a uniform temperature to all nodes. ]
  2778. TUNIF,TEMP 
  2779. [TVAR | Changes time to the cumulative iteration number. ]
  2780. TVAR,KEY 
  2781. [TYPE | Sets the element type attribute pointer. ]
  2782. TYPE,ITYPE 
  2783. [TZAMESH | Meshes the areas of a volume to create Trefftz nodes. ]
  2784. TZAMESH,Tvolu,SIZE,NDIV 
  2785. [TZDELE | Deletes the Trefftz superelement,associated constraint equations and all supporting Trefftz files. ]
  2786. TZDELE 
  2787. [TZEGEN | Generates a Trefftz domain substructure and defines a Trefftz superelement for use in electrostatic analysis. ]
  2788. TZEGEN 
  2789. [UIMP | Defines constant material properties (GUI).]
  2790. UIMP,MAT,Lab1,Lab2,Lab3,VAL1,VAL2,VAL3 
  2791. [UNDELETE | Removes results sets from the group of sets selected for editing.]
  2792. UNDELETE,Option,Nstart,Nend 
  2793. [UNDO | Allows the user to modify or save commands issued since the last RESUME or SAVE command.]
  2794. UNDO,Kywrd 
  2795. [UPCOORD | Modifies the coordinates of the active set of nodes,based on the current displacements.]
  2796. UPCOORD,FACTOR,Key 
  2797. [UPGEOM | Adds displacements from a previous analysis and updates the geometry of the finite element model to the deformed configuration.]
  2798. UPGEOM,FACTOR,LSTEP,SBSTEP,Fname,Ext,-- 
  2799. [USRCAL | Allows user solution subroutines to be activated or deactivated.]
  2800. USRCAL,Rnam1,Rnam2,Rnam3,Rnam4,Rnam5,Rnam6,Rnam7,Rnam8,Rnam9
  2801. [V | Defines a volume through keypoints.]
  2802. V,P1,P2,P3,P4,P5,P6,P7,P8 
  2803. [V2DOPT | Specifies 2 D/axisymmetric view factor calculation options.]
  2804. V2DOPT,GEOM,NDIV,HIDOPT,NZONE 
  2805. [VA | Generates a volume bounded by existing areas.]
  2806. VA,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10
  2807. [VADD | Adds separate volumes to create a single volume.]
  2808. VADD,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9 
  2809. [VALVE | Defines a valve in a piping run.]
  2810. VALVE,NLOC,LENG,MASS,SIF,FLEX,ARINS,ELEM 
  2811. [VARDEL | Deletes a variable (GUI).]
  2812. VARDEL,NVAR 
  2813. [VARNAM | Names (or renames) a variable.]
  2814. VARNAM,IR,Name 
  2815. [VATT | Associates element attributes with the selected,unmeshed volumes.]
  2816. VATT,MAT,REAL,TYPE,ESYS 
  2817. [VCLEAR | Deletes nodes and volume elements associated with selected volumes.]
  2818. VCLEAR,NV1,NV2,NINC 
  2819. [VCROSS | Forms element table items from the cross product of two vectors.]
  2820. VCROSS,LabXR,LabYR,LabZR,LabX1,LabY1,LabZ1,LabX2,LabY2,LabZ2 
  2821. [VCVFILL | Fills cavities and bosses in volumes (for models imported from CAD files).]
  2822. VCVFILL,A1,A2,A3,A4,A5,A6,A7,A9,A9,A10 
  2823. [VDDAM | Specifies the velocity spectrum computation constants for the analysis of shock resistance of shipboard structures.]
  2824. VDDAM,VF,VA,VB,VC 
  2825. [VDELE | Deletes unmeshed volumes.]
  2826. VDELE,NV1,NV2,NINC,KSWP 
  2827. [VDGL | Lists keypoints of a volume that lie on a parametric degeneracy.]
  2828. VDGL,NV1,NV2,NINC 
  2829. [VDOT | Forms an element table item from the dot product of two vectors.]
  2830. VDOT,LabR,LabX1,LabY1,LabZ1,LabX2,LabY2,LabZ2 
  2831. [VDRAG | Generates volumes by dragging an area pattern along a path.]
  2832. VDRAG,NA1,NA2,NA3,NA4,NA5,NA6,NLP1,NLP2,NLP3,NLP4,NLP5,NLP6
  2833. [VEXT | Generates additional volumes by extruding areas.]
  2834. VEXT,NA1,NA2,NINC,DX,DY,DZ,RX,RY,RZ 
  2835. [VFCALC | Computes and stores Hemicube view factors.]
  2836. VFCALC,Fname,Ext,-- 
  2837. [VFOPT | Specifies options for view factor file.]
  2838. VFOPT,Opt,Filename,Ext,Dir,Format 
  2839. [VFQUERY | Queries and prints element Hemicube view factors and average view factor.]
  2840. VFQUERY,SRCELEM,TARELEM 
  2841. [VGEN | Generates additional volumes from a pattern of volumes.]
  2842. VGEN,ITIME,NV1,NV2,NINC,DX,DY,DZ,KINC,NOELEM,IMOVE
  2843. [VGET | Moves a variable into an array parameter vector.]
  2844. VGET,Par,IR,TSTRT,KCPLX 
  2845. [VGLUE |"Generates new volumes by""gluing""volumes."]
  2846. VGLUE,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9 
  2847. [VIMP | Improves the quality of the tetrahedral elements in the selected volume(s).]
  2848. VIMP,VOL,CHGBND,IMPLEVEL 
  2849. [VINP | Finds the pairwise intersection of volumes.]
  2850. VINP,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9 
  2851. [VINV | Finds the intersection of volumes.]
  2852. VINV,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9 
  2853. [VLIST | Lists the defined volumes.]
  2854. VLIST,NV1,NV2,NINC 
  2855. [VLSCALE | Generates a scaled set of volumes from a pattern of volumes.]
  2856. VLSCALE,NV1,NV2,NINC,RX,RY,RZ,KINC,NOELEM,IMOVE
  2857. [VMESH | Generates nodes and volume elements within volumes.]
  2858. VMESH,NV1,NV2,NINC 
  2859. [VOFFST | Generates a volume,offset from a given area.]
  2860. VOFFST,NAREA,DIST,KINC 
  2861. [VOLUMES |"Specifies""Volumes""as the subsequent status topic."]
  2862. VOLUMES 
  2863. [VOVLAP | Overlaps volumes.]
  2864. VOVLAP,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9
  2865. [VPLOT | Displays the selected volumes.]
  2866. VPLOT,NV1,NV2,NINC,DEGEN,SCALE 
  2867. [VPTN | Partitions volumes.]
  2868. VPTN,NV1,NV2,NV3,NV4,NV5,NV6,NV7,NV8,NV9
  2869. [VPUT | Moves an array parameter vector into a variable.]
  2870. VPUT,Par,IR,TSTRT,KCPLX 
  2871. [VROTAT | Generates cylindrical volumes by rotating an area pattern about an axis.]
  2872. VROTAT,NA1,NA2,NA3,NA4,NA5,NA6,PAX1,PAX2,ARC,NSEG
  2873. [VSBA | Subtracts areas from volumes.]
  2874. VSBA,NV,NA,SEPO,KEEPV,KEEPA 
  2875. [VSBV | Subtracts volumes from volumes.]
  2876. VSBV,NV1,NV2,SEPO,KEEP1,KEEP2 
  2877. [VSBW | Subtracts intersection of the working plane from volumes (divides volumes).]
  2878. VSBW,NV,SEPO,KEEP 
  2879. [VSEL | Selects a subset of volumes.]
  2880. VSEL,Type,Item,Comp,VMIN,VMAX,VINC,KSWP 
  2881. [VSLA | Selects those volumes containing the selected areas.]
  2882. VSLA,Type,VLKEY 
  2883. [VSUM | Calculates and prints geometry statistics of the selected volumes.]
  2884. VSUM,LAB 
  2885. [VSWEEP | Fills an existing unmeshed volume with elements by sweeping the mesh from an adjacent area through the volume.]
  2886. VSWEEP,VNUM,SRCA,TRGA,LSMO 
  2887. [VSYMM | Generates volumes from a volume pattern by symmetry reflection.]
  2888. VSYMM,Ncomp,NV1,NV2,NINC,KINC,NOELEM,IMOVE
  2889. [VTRAN | Transfers a pattern of volumes to another coordinate system.]
  2890. VTRAN,KCNTO,NV1,NV2,NINC,KINC,NOELEM,IMOVE
  2891. [VTYPE | Specifies the viewing procedure used to determine the form factors for the Radiation Matrix method.]
  2892. VTYPE,NOHID,NZONE 
  2893. [WAVES | Initiates reordering.]
  2894. WAVES,Wopt,OLDMAX,OLDRMS 
  2895. [WERASE | Erases all reordering wave lists.]
  2896. WERASE 
  2897. [WFRONT | Estimates wavefront statistics.]
  2898. WFRONT,KPRNT,KCALC 
  2899. [WMID | Specifies reordering options for the WAVES command.]
  2900. WMID,Key 
  2901. [WMORE | Adds more nodes to the starting wave list.]
  2902. WMORE,NODE1,NODE2,NINC,ITIME,INC 
  2903. [WPAVE | Moves the working plane origin to the average of specified points.]
  2904. WPAVE,X1,Y1,Z1,X2,Y2,Z2,X3,Y3,Z3 
  2905. [WPCSYS | Defines the working plane location based on a coordinate system.]
  2906. WPCSYS,WN,KCN 
  2907. [WPLANE | Defines a working plane to assist in picking operations.]
  2908. WPLANE,WN,XORIG,YORIG,ZORIG,XXAX,YXAX,ZXAX,XPLAN,YPLAN,ZPLAN
  2909. [WPOFFS | Offsets the working plane.]
  2910. WPOFFS,XOFF,YOFF,ZOFF 
  2911. [WPROTA | Rotates the working plane.]
  2912. WPROTA,THXY,THYZ,THZX 
  2913. [WPSTYL | Controls the display and style of the working plane.]
  2914. WPSTYL,SNAP,GRSPAC,GRMIN,GRMAX,WPTOL,WPCTYP,GRTYPE,WPVIS,SNAPANG 
  2915. [WRITE | Writes the radiation matrix file.]
  2916. WRITE,Fname 
  2917. [WSORT | Initiates element reordering based upon a geometric sort.]
  2918. WSORT,Lab,KORD,--,Wopt,OLDMAX,OLDRMS
  2919. [WSPRINGS | Creates weak springs on corner nodes of a bounding box of the currently selected elements.]
  2920. WSPRINGS 
  2921. [WSTART | Defines a starting wave list.]
  2922. WSTART,NODE1,NODE2,NINC,ITIME,INC 
  2923. [XVAR | Specifies the X variable to be displayed.]
  2924. XVAR,N 
  2925. [XVAROPT | Specifies the parameter to be used as the X axis variable.]
  2926. XVAROPT,Lab
  2927.